The size of the dynamic array is deallocated if the array size is less than _________% of the backend physical size.
The size of the dynamic array is deallocated if the array size is less than _________% of the backend physical size. Correct Answer 30
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.