Create and insert the node with info


Discuss the below:

Q1. What is the output of the following C++ statements?

a. cout<info;

b. cout<info;

c. cout<link->info;

d. cout<link->link->info;

Q2. Write C++ statements to do the following:

a. Make A point to the node containing info 23.

b. Make list point to the node containing info 16.

c. Make B point to the last node in the list.

d. Make list point to an empty list.

e. Set the value of the node containing 25 to 35.

f. Create and insert the node with info 10 after the node pointed to by A.

g. Delete the node with info 23. Also, deallocate the memory occupied by this node.

2083_Linked list.jpg

Solution Preview :

Prepared by a verified Expert
Data Structure & Algorithms: Create and insert the node with info
Reference No:- TGS01937843

Now Priced at $25 (50% Discount)

Recommended (91%)

Rated (4.3/5)