Vidyalelo
Data Structure · Q11

Introduction to Data Structures

Programming · Data Structure · question 11

Q11

What is a linked list?

A.
A collection of elements stored at contiguous memory locations
B.
A linear collection of data elements
C.
A hierarchical structure of data
D.
A collection of nodes, each pointing to the next node
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board