Recent questions tagged made-easy-test-series

0 votes
0 answers
153
what should be the ans??according to me answer should be 7 nodes, 8 edges but 5 nodes, 6 edges is given in the answer key!please tell me what am i doing wrong.
0 votes
1 answer
160
How to solve this recurrence relationT(n)= T(0.09n) + T(0.91n) + cnwhere c is constant and T(1)=1options are-
0 votes
0 answers
167
0 votes
1 answer
168
I am getting 5 as output, but the answer is 4, please verify
0 votes
2 answers
169
#include <stdio.h int main(){ int a[] = {5,3,7,2,4}; int *p = &a[3]; p -= *p; printf("%d ",*p); return 0; } output is 3.Why 2 * sizeof(int) is doene.?
0 votes
1 answer
172
supernet mask of class c is given 255.255.224.0 .the number of networks that can be joined are163264none
0 votes
0 answers
175
1. Write clearly the dinning philosopher and reader-writer classical problem of process synchronization
0 votes
2 answers
176
1 votes
1 answer
177
Consider a relation schema r(A, B, C, D, E, F) and attribute A is element of every candidate key of r. Maximum number of possible candidate keys of r is ________.
0 votes
1 answer
180