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
(d) Node
Question is from Singly Linked List Operations in portion Abstract Data Types of Data Structures & Algorithms I
This question was posed to me in class test.