InterviewSolution
Saved Bookmarks
| 1. |
Inserting at the end of the list is done by performing which of the following steps1). Assign NULL value to the next pointer field of the new node.2). Assign address of the new node to start.3). Both a & b4). None of these |
| Answer» OPTION 3 is the RIGHT ONE | |