What is meant by physical size in a dynamic array?
2024
What is meant by physical size in a dynamic array?
- A.
The size allocated to elements
- B.
The size extended to add new elements
- C.
The size of the underlying array at the back-end
- D.
The size visible to users
Attempted by 110 students.
Show answer & explanation
Correct answer: C
Answer: c
Explanation: Physical size, also called array capacity is the size of the underlying array, which is the maximum size without relocation of data.