Google News
logo
Data Structures Algorithms - Quiz(MCQ)
What is the information, which a LinkedList's Node must store?
A)
The value of the current node
B)
The address of the next node if it exists
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Both (A) and (B)

Advertisement