Quizzma Latest Questions

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




Leave an answer

Leave an answer

What is the capital of Egypt? ( Cairo )

1 Answer

  1. 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!

Related Questions