Monday, January 1, 2018

Write a menu driven program in C++ to create a linked list of integers/characters/structures and perform the given operations.


Aim :  Write a menu driven program in C++ to create a linked list of integers/characters/structures and perform the given operations.
- search it for a given data
- delete a given node.

- to insert a node

CODE:

OUTPUT:


No comments:

Post a Comment