InterviewSolution
Saved Bookmarks
| 1. |
In Linked List implementation, a node carries information regarding ___________(a) Data(b) Link(c) Data and Link(d) NodeEnquiry is from Singly Linked List Operations in division Abstract Data Types of Data Structures & Algorithms IThis question was posed to me in class test. |
|
Answer» Correct answer is (c) DATA and LINK |
|