AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6201
What are the basic operations...
What are the basic operations performed on a stack?
Initialize, insert, delete, recover
Test, initialize, insert, save
Push, insertm initialize, test
Push and pop, initialize, and test
Correct
Feedbacks
StrikingPuffin
-
2 years ago
Upvoted this question
Similar ITE-6201 questions
What operation is used to check the number of objects in the queue?
Which of the following you will use to remove an item to a queue?
What is the minimum number of stacks needed to implement a queue?
Which of the following best describes the code spop(10);
Which of the following best describes the code apush(10);
What is the 1st step in the algorithm for popping a data element?