1.

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 usersThe origin of the question is Dynamic Array in division Arrays Types of Data Structures & Algorithms IThe question was asked during an interview.

Answer»

The correct option is (C) The size of the underlying array at the back-end

Explanation: Physical size, ALSO called array CAPACITY is the size of the underlying array, which is the maximum size WITHOUT relocation of data.



Discussion

No Comment Found

Related InterviewSolutions