Array is divided into two parts in ____________
2025
Array is divided into two parts in ____________
Answer: C. Bounded-size dynamic array — Answer: c Explanation: The first part stores the items of the dynamic array and the second part is reserved for new allocations.
- A.
Hashed Array Tree
- B.
Geometric Array
- C.
Bounded-size dynamic array
- 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.
Loading lesson…