Quiz on Array-Based Lists

Test yourself on what you've learned about array-based lists.

1

What happens when the number of elements in an ArrayStack exceeds the size of the backing array?

A)

A new array is allocated and the data from the old array is copied into the new array.

B)

Elements are shifted to make room for the newly added element.

C)

The size of the backing array is increased.

Question 1 of 60 attempted

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy