1.

The number of items used by the dynamic array contents is its __________(a) Physical size(b) Capacity(c) Logical size(d) Random sizeThis interesting question is from Dynamic Array topic in section Arrays Types of Data Structures & Algorithms IThis question was posed to me in class test.

Answer»

Right answer is (c) LOGICAL SIZE

The best I can EXPLAIN: The number of items used by the DYNAMIC array contents is called logical size. PHYSICAL size is the size of the underlying array, which is the maximum size without reallocation of data.



Discussion

No Comment Found

Related InterviewSolutions