Which of the following is a dynamic data structure? a) Array
b) Linked List
c) Variable
d) Constant
Which of the following is a dynamic data structure? a) Array
b) Linked List
c) Variable
d) Constant
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!