Q7
In a singly linked list, what does each node contain?
A.
Data only
B.
Data and a pointer to the next node
AnswerC.
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