Examveda

What is the result of performing a pop operation on a stack that contains elements [5, 10, 15]?

A. The stack becomes [5, 10]

B. The stack becomes [5, 10, 15]

C. The stack becomes [10, 15]

D. The stack becomes [5]

Answer: Option C


This Question Belongs to Data Structure >> Stacks In Data Structures

Join The Discussion

Related Questions on Stacks in Data Structures