Question & Answer

Which of the following is a dynamic data structure?

Which of the following is a dynamic data structure? a) Array

b) Linked List

c) Variable

d) Constant

1 Answer

Verified archive
Quizzma TeamSeptember 9, 2025

The correct answer is b) Linked List.

A linked list is a dynamic data structure because it can grow and shrink in size during runtime, allowing for efficient insertion and deletion of elements. In contrast, arrays have a fixed size once they are created, while variables and constants are not data structures. If you have more questions or need further clarification, feel free to ask!