What is a dynamic array?
What is a dynamic array? Correct Answer A variable size data structure
It is a varying-size list data structure that allows items to be added or removed, it may use a fixed sized array at the back end.What is a dynamic array? Correct Answer A variable size data structure
It is a varying-size list data structure that allows items to be added or removed, it may use a fixed sized array at the back end.