What is meant by physical size in a dynamic array?

2024

What is meant by physical size in a dynamic array?

Answer: C. The size of the underlying array at the back-endAnswer: c Explanation: Physical size, also called array capacity is the size of the underlying array, which is the maximum size without relocation of data.

  1. A.

    The size allocated to elements

  2. B.

    The size extended to add new elements

  3. C.

    The size of the underlying array at the back-end

  4. D.

    The size visible to users

Attempted by 267 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.

Explore the full course: Coding For Placement

Loading lesson…