Question: Write a C++ program to create a singly linked list and perform the following operations. 1. Insert a node at the end of the list
Write a C++ program to create a singly linked list and perform the following operations.
1. Insert a node at the end of the list
2.delete the first node
3.delete the last node
4.delete all nodes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
