Vidyalelo
Data Structure · Q123

Arrays in Data Structures

Programming · Data Structure · question 123

Q123

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
Answer
D.
The size visible to users

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board