The section contains Java multiple choice questions and answers on fundamentals of classes, methods basics, heap and garbage collection, object creation, constructors, access control, string class, method overl
c) Depends on the compiler d) None of the mentioned View Answer 37. What will be the output of the following C code on a 64 bit machine? #include <stdio.h> unionSti { intnu; charm; }; intmain() { unionSti s; printf("%d",sizeof(s)); return0; } a) 8 b) 5 c) 9 d) ...
Top Sorting MCQ Objective Questions Sorting Question 6 Download Solution PDF Consider the array A = <4, 1, 3, 2, 16, 9, 10, 14, 8, 7>. After building heap from the array A, the depth of the heap and the right child of max-heap are___ and ___ respectively. (Root is at...
Answer: 4 In recursion, the type of data structure that finds its use is the Stack type of data structure. Q6 The data structure that allows the insertion, as well as the deletion from both the ends, are: String type of data structure Queue type of data structure Stack type of data ...