0% found this document useful (0 votes)
5 views6 pages

Stack Operations Implimentation

The document outlines an assignment task involving stack operations, specifically push and pop. It instructs the user to input five integer values to push onto a stack and then print them using pop operations. Additionally, it requires the user to push their name onto the stack and print it using a pop operation as well.

Uploaded by

ba29092006
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views6 pages

Stack Operations Implimentation

The document outlines an assignment task involving stack operations, specifically push and pop. It instructs the user to input five integer values to push onto a stack and then print them using pop operations. Additionally, it requires the user to push their name onto the stack and print it using a pop operation as well.

Uploaded by

ba29092006
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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:

You might also like