9 votes
1
Given a binary tree with n nodes and assuming size(x) denotes the number of nodes in the subtree rooted at the node x,how long does it take,in the worst case to compute s...
0 votes
2
what will happen if Data link Layer and Transport Layer doesn't do error control???will application Layer take responsibility of doing error control?? plz comment on this...
1 votes
3
Difference between a switch and Hub(a) Both are same(b) Switch avoids flooding(c) Hub avoids broadcast(d) None of the above
1 votes
5
In a bus there are 16 registers of 32 bit each .How many multiplexers are reuired with 16 input linesa)16 b)32 c)12 d)24
1 votes
6
Converting a primitive type data into its corresponding wrapper class object instance is called BoxingWrapping InstantiationAutoboxing
0 votes
8
In C/C++ an array of pointers is same as(A) Pointer to array(B) Pointer to pointer(C) Pointer to function (D) Pointer to structure