0 answers
1
what is the correct answer?
0 answers
2
did COAP portal is only the m.tech acceptance portal or it is for both M.tech as well as M.S?*although i have got offer letter from iitk (ms), but still coap is showing n...
1 answer
4
Hello,Recently I got confused with order of subject between DS and Algo, what to study First for convenience, Please help me?secondly, should i study Discrete Mathematics...
3 answers
5
which memory segment will share ???kindly provide the explaination
1 answer
6
Main (){Int x,y , z;X=y=z=1;Z=++x||++y&&++z;Printf ("x=%d y=%d z=%d",x,y,z);}
1 answer
7
Provide the correct answer
1 answer
9
0 answers
12
What is the max height of recursion tree of recurrence $c(100,50)$?here, the recursive function is defined as$c(n,k) = c(n-1,k-1) + c(n,k-1)$terminating condition$c(n,n) ...
4 answers
14
Which one of the following is NOT shared by the threads of the same process ?StackAddress SpaceFile Descriptor TableMessage Queue
2 answers
15
Which of the following is termed as minimum error code ?Binary codeGray codeExcess-$3$ codeOctal code
3 answers
16
An email contains a texual birthday greeting, a picture of a cake and a song. The order is not important. What is the content-type?Multipart/mixedMultipart/parallelMultip...
1 answer
17
1 answer
18
State true or false?{1,2} - {1,2,3} = ɸ
1 answer
19
Do we have to submit(How to submit) the Declaration / Undertaking – for OBC Candidates? I mean I understand that we have to submit the obc-ncl certificate but do we hav...
3 answers
20
$\textbf{VPN}$ Works at which layer?Application layerTransport layerNetwork layerData-link layer
1 answer
21
#include<stdio.h void temp(int a[]); main(){ int a[5]={1,2,3,4,5}; printf("%d", sizeof(a)); temp(a); } void temp(int a[]){ printf(" %d", sizeof(a)); }Output of above code...
2 answers
22
Encode / Decode data for physical transmission is done by which layer of OSI reference model?
3 answers
23
1 answer
26
Where to study Software Engineering for ISRO Exam?
0 answers
29
B tree has minimum space utilization equals to 66.6%.explain?
3 answers
30
How To Solve..? 17 * d = 1 mod 3120.should we need to apply bruteforce?