Illustrates each entry in the Link List called

Illustrates each entry in the Link List called?

E

Expert

Verified

All entry in a linked list is called a node. Consider of a node like an entry which has three sub entries. There one sub entry contains the data that may be one attribute or many attributes. The other points are to the previous node and the final points to the next node. While you enter a new item on a linked list, then you allocate the new node and after that set the pointers to earlier and next nodes.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.