Recent questions and answers

3 votes
1 answer
7
2 votes
2 answers
9
Q1. Three indian and three chinese split into subgroups having atleast one indian. How many subgroups are possible?
0 votes
2 answers
13
1 votes
2 answers
19
int i,j,k,s=0; for(i=1; i<=n; i++) { for(j=1 ; j<=i; j=j*2) { for(k=n; k>1;k=k/2) { s++; } } }What will be the time complexity of the above code?
0 votes
1 answer
20
1 votes
2 answers
22
0 votes
1 answer
23
0 votes
1 answer
26
0 votes
1 answer
28
Consider a matrix A (n×m) ,X(m×n) and B(n×n) such that AX=B . If A has k linearly independent columns then what conclusions can we nake about the number of linearly in...
0 votes
0 answers
30
A program that includes the file containing a class declaration is called a ________ program of the class.
1 votes
0 answers
31
Consider an integer upper triangular 2D array arr[–8 to +7][–8 to +7] having base address 1000. If the size of the integer is 4 bytes, the address of the element pres...
0 votes
1 answer
35
0 votes
1 answer
36
R(A1, A2,A3,A4....AN). How many super keys possible in relation? If (A1 is candidate key, A2 is candidate key, A3 is candidate key)
0 votes
2 answers
39
To see more, click for the full list of questions or popular tags.