Question
Programming and Data Structure Question on Pointer
In a linked list, a pointer of the last node contains a special value, called
A
NULL Pointer
B
ZERO Pointer
C
Link Pointer
D
Next Pointer
Answer
NULL Pointer
Explanation
Solution
The correct option is(A): NULL Pointer