1 answer
1
What will be the output of the following code?#include<stdio.h int main() { int x=10, y; y = (x++) + (++x); printf("%d %d %d %d ", y, x++, x, ++x); }22,10,11,1322,11,11,1...
2 answers
2
When inorder traversing a tree resulted inEACKFHDBG; the preorder traversal wouldreturn—(A) FAEKCDBHG(B) FAEKCDHGB(C) EAFKHDCBG(D) FEAKDCHBG
0 answers
3
#include <stdio.h>int main(void) { int i=10; printf(" %d %d %d",i==10,i=40,i>15 );} Conceptsundefined behaviorfloating point representation
0 answers
5
i got 56.67 marks . i belongs OBC .which iits can i get??????????plz help me because i don't have any idea about it.
1 answer
6
Is the college predictor for 2018 open?
0 answers
7
Minimization of ER diagram. Need explanation.
1 answer
8
I am getting only 35.32 marks in gate 2018, which college can I get with these marks
0 answers
9
1 answer
14
Explain Prims AlgorithmAnalysis Of Time ComplexityHow does $\mathcal{O}(VlogV + ElogV)=\mathcal{O}(ElogV)$
1 answer
16
Out of LL(2) and LR(1) which is more powerful?
0 answers
19
Are we having Bridges and Repeaters in 2018 syllabus? Or was that removed after 2015/2016?
1 answer
20
SYN packet is sent throughoptions1)Bind2)Socket3)Listen
2 answers
22
2s complement of - 539 is 539 so in her it is 21B should be the answer
1 answer
23
What is the difference betwen 2s complent of a number and 2s complement representation of a number .
0 answers
24
1. In case of no data forwarding can we use split phase.2. Should we have to consider data forwarding, According to options?3. Where we can use split phase??( I know abou...
1 answer
26