Recent posts tagged algorithms

1
I think there is a typing mistake by gate2015, it should be 5-4-6=-5 rather than 5-6-4=-5.
2
#include <stdio.h void e(int); int main() { int a = 3; e(a); putchar('\n'); return 0; } void e(int n) { if (n 0) { e( n); printf("%d ", n); e( n); } }I am not getting he...
3
R12(ABCD) and R3(BE); its lossy because B being common ,but it is not the key for R12(ABCD) and R3(BE)..!
4
Book_id &#8213;&#8213;&#8213;&#8213;&#8213;&#8213;&#8213;&#8213;&#8213;&#8213;&#8213;&#8213;&#8213;&#8213;&#8213; iSubject_Category_of_book &#8213;&#8213;&#8213;&#8213;...
8
This is not a programing website :) But let me help you. you can redirect from your html to php page by meta tag in head <meta http-equiv="refresh" content="0; url=http:...
9
The number of surjective (onto) functions defined from $A$ to $B$ where |A| = 5, |B| = 4, is _______
10
$D$ is the answer. Memory location $1001$ has value $20$.$R_s \leftarrow 1$ (Immediate Addressing)$R_d \leftarrow 1$ (Indexed Addressing, value at memory location $1+1000...
To see more, click for the full list of questions or popular tags.