Linked list Implementation using Stack
1. Push 2. pop 3. Display 4.Exit
Enter a choice: 1
Enter node value to insert
Node is Inserted
1. Push 2. pop 3. Display 4.Exit
Enter a choice: 3
The Stack is
10---->Null
1. Push 2. pop 3. Display 4.Exit
Enter a choice: 3