Vidyalelo
Data Structure · Q7

Linked Lists in Data Structures

Programming · Data Structure · question 7

Q7

In a singly linked list, what does each node contain?

A.
Data only
B.
Data and a pointer to the next node
Answer
C.
Data and two pointers
D.
Only pointers

Answer: Option B

Solution

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