1 answer
1
What is the output of the following C program?#include<stdio.h #define SQR(x) (x*x) int main() { int a; int b=4; a=SQR(b+2); printf("%d\n",a); return 0; }14361820
1 answer
3
what is the difference between estimated rank and current rank in GO RANK PREDICTOR?? I have a lot of difference between those both what should be considered ? some one p...
2 answers
5
this year power grid is not recruiting cs?
0 answers
7
Consider the following graph:Which of the following will represents the chromatic number of the graph?I think ans has to be 3 but given as 4
1 answer
8
Which recurrence relation satisfy the sequence: 2, 3, 4, . . ., for n ≥ 1.A ) T(N) = 2 T(N-1) - T(N-2) B)T(N) = T(N-1) + T(N-2)C)T(N) = N+1D)None of these
3 answers
9
1 answer
12
What is the output of the following ?int main(){int arr [3] ={1,2,3,4,5,6,7,8,9,10,11,12};printf("%d%d", a -a[0], a [0]-a[0][0]);return 0;}
0 answers
16
0 answers
18
Internet address always have at least:A country name or organization typeInternet service provider's nameName of organizationName of individualType of organization ii, ii...
0 answers
19
2 answers
21
Assume scenario where the size of CW of TCP connection is 40 KB when time out occurs ,MSS= 2KB ,Propagation delay = 200 msec , the time taken by TCP connection to get bac...
2 answers
22
Please solve the following question:
0 answers
23
How many ways 20 distinct numbers can be arranged in location/index 1 to 20 such that,three particular numbers(say 3,10,20) will always be present in the first half.(3,10...
2 answers
25
0 answers
27
Here how do we know which variable of select lines is MSB and LSB ? Do we go in MSB->LSB ordering and take A as MSB and B as LSB or do we go by number taking B as MSB (as...
1 answer
28