Multiple choice

If we use ___________ data structure, there is no alternative to pointers.

  1. static

  2. dynamic

  3. linear

  4. non-linear

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In a dynamic data structure, it is mandatory to use a concept of pointer. There is no alternative way to pointers for implementing the dynamic data structure.