Multiple choice If we use ___________ data structure, there is no alternative to pointers. static dynamic linear 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.