Stack
Stack Operations:
(Push Operation & POP Operation)
Sir. Rameez Raja
Assignment Task:
1)
Take 5 integer values from user and push into stack, print these value
using pop operation.
2)
Push your name into stack and print it by pop operation.
Program Practice:
Push Operation:
Stack POP Operation:
Main function: