Q:

Dynamic Array is

0

Dynamic Array is


  1. The memory to the array is allocated at runtime
  2. A variable size data structure
  3. An array which is reallocated everytime whenever new elements have to be added
  4. All of the Above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

A variable size data structure

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Breadth First Search uses which of the following d... >>
<< Which of the following bitwise operator will you u...