Vidyalelo
Data Structure · Q110

Introduction to Data Structures

Programming · Data Structure · question 110

Q110

In linked list each node contains a minimum of two fields. One field is data field to store the data second field is?

A.
Pointer to character
B.
Pointer to integer
C.
Pointer to node
Answer
D.
Node

Answer: Option C

Solution

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