In C++,Write a program which is menudriven ( i) Push, ii) POP, iii) Peek iv) Print). It will create a stack ofinteger type data. You have to implement the following operations.a.Push (Insert a data to the stack)b.Pop (Print the data at the TOP and remove thedata)c.Peek (Print the data at the TOP)d.Print (Print the whole stack)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here