1.

Array is divided into two parts in ____________(a) Hashed Array Tree(b) Geometric Array(c) Bounded-size dynamic array(d) Sparse ArrayI need to ask this question from Dynamic Array in portion Arrays Types of Data Structures & Algorithms IThis question was posed to me in an internship interview.

Answer»

The correct choice is (c) Bounded-size dynamic array

Explanation: The FIRST PART stores the items of the dynamic array and the SECOND part is reserved for new ALLOCATIONS.



Discussion

No Comment Found

Related InterviewSolutions