February 2020
Beginner to intermediate
616 pages
15h 16m
English
We will start by creating a new node by the name of newNode. When prompted, we will enter the value for its data member and then set the next newNode pointer to NULL ( as shown in Figure 5.17). This next pointer will be used for connecting with other nodes (as we will see shortly):

After the first node is created, we will make the following two pointers point at it as follows:
Read now
Unlock full access