Which of the following is a dynamic data structure? a) Array
b) Linked List
c) Variable
d) Constant
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!