M
Explanation by: Mr. Dubey
as stack is based on lifo(last in first out) principle so the deletion takes place from the topmost element. thus pop operator removes topmost element.
You must be Logged in to update hint/solution
Related MCQs
Q. The register in 68000 can contain up to bits.
Q. The location to return to, from the subroutine is stored in
Q. Any node is the path from the root to the node is called
Q. What are the four dimensions of Dependability?
Q. Which of these operators have the highest order of precedence?
Q. What will be the output of the following Python code? print(0xA + 0xB + 0xC)
Discusssion
Login to discuss.