Array is divided into two parts in ____________

2025

Array is divided into two parts in ____________

Answer: C. Bounded-size dynamic arrayAnswer: c Explanation: The first part stores the items of the dynamic array and the second part is reserved for new allocations.

  1. A.

    Hashed Array Tree

  2. B.

    Geometric Array

  3. C.

    Bounded-size dynamic array

  4. D.

    Sparse Array

Attempted by 245 students.

Show answer & explanation

Correct answer: C

Answer: c

Explanation: The first part stores the items of the dynamic array and the second part is reserved for new allocations.

Explore the full course: Coding For Placement

Loading lesson…