In linked list each node contain 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. None of these
A. Pointer to character
B. Pointer to integer
C. Pointer to node
D. None of these
A. Linked list
B. Node list
C. Primitive list
D. All of these
A. Ordinary queue
B. Single ended queue
C. Circular queue
D. None of These
A. ABCD
B. DCBA
C. DCAB
D. None of These
A. Stack
B. Queue
C. Linked list
D. All of These
A. FIFO (First In First Out) list
B. LIFO (Last In First Out) list
C. Ordered array
D. Linear tree
a) Stack
b) Array
C. Queue
D. None of these
A. Queue
B. Stack
C. Tree
D. Linked list
A. Something between -5 and -15
B. Something between 5 and -5
C. Something between 15 and 100
D. None of These
A. A parentheses balancing program
B. Tracking of local variables at run time
C. Compiler Syntax Analyzer
D. All of the mentioned