The size of the dynamic array is deallocated if the array size is less than…

2024

The size of the dynamic array is deallocated if the array size is less than _________% of the backend physical size.

  1. A.

    30

  2. B.

    40

  3. C.

    10

  4. D.

    20

Attempted by 93 students.

Show answer & explanation

Correct answer: A

Answer: a

Explanation: The size of the dynamic array is decreased/deallocated if the actual size of the array is less than 30% of the backend physical size. This is used to avoid memory wastage

Explore the full course: Coding For Placement