1.

Which of the following is true about linked lists?

A. It can be considered as series of nodes
B. Each node has a single pointer to the next node
C. In the last node there is a null pointer
D. All of these
Answer» E.


Discussion

No Comment Found