1 answer
1
I got Selected for BITS Pilani SS. Should I go for it or wait for one year to give gate again to get IITs. ?Repaying loan of 10Lac which i will take for BITS is getting m...
0 answers
2
4 answers
4
What will the following code fragment output: void fun(int *a, int b) { b++; a = a + 3; } void main() { int A[5] = {0,1,2,3,4}; fun(A, A ); printf(%d, A ); }
0 answers
7
0 answers
9
0 answers
10
2 answers
12
1 answer
13
I m getting A exnor B exnor C which is same as AxorBxorC but answer is (b) how?
2 answers
16
#include<stdio.h>int *m();void main(){int *k=m();printf("Hello");printf("%d",k[0]);}int *m(){int a ={5,8};return a;} What is the output generated?A)hello 5 8B)hello 5C)he...
1 answer
17
A set  S has 5 elements .How many ways we can choose subset P and Q of S so that P∩Q=∅
1 answer
19
1 answer
20
For complete bipartite graph k2,3 , what is the edge connectivity ?