In singly linear linked list, each node contains minimum of two fields. One field is the data field to store the data second field. What is it called as?
A. Pointer to character array
B. Pointer to integer
C. Node address
D. Pointer to next linked list node