1.

Suppose the contents of an array A are, A = {1, null, null, null, null, 10};

A. What would be the size of the array considering it as a normal array and a sparse array?
B. 6 and 6
C. 6 and 2
D. 2 and 6
E. 2 and 2
Answer» C.


Discussion

No Comment Found