next field of structure node in Queue - Data Structure
Q. What is the ' next ' field of structure node in the Queue?- Published on 19 Oct 15a. Results into the storage of queue elements.
b. Results into the storage of address of next node by holding the next element of queue.
c. Results into the memory allocation of data elements to next node.
d. Results into the address allocation data elements to next node.
ANSWER: Results into the storage of address of next node by holding the next element of queue.