Try this exercise. Click the correct answer from the options.
Which of the following statements is true about linked lists and arrays?
A) Linked lists provide constant-time access to elements B) Arrays have a fixed size that cannot be changed C) Linked lists are efficient for iterating over elements sequentially D) Arrays are suitable for dynamic data storage and manipulation
Click the option that best answers the question.
- A) Linked lists provide constant-time access to elements
- B) Arrays have a fixed size that cannot be changed
- C) Linked lists are efficient for iterating over elements sequentially
- D) Arrays are suitable for dynamic data storage and manipulation