AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6201
What operation is used to chec...
What operation is used to check the number of objects in the queue?
size()
Correct
length()
len()
objects()
Similar ITE-6201 questions
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?
Which of the following is a pros of a sequential implementation of a stack?