Data Structures

1:

An item that is read as input can be either pushed to a stack and later popped and printed, or printed directly. Which of the following will be the output if the input is the sequence of items 1, 2, 3, 4, 5?

A.

3, 4, 5, 1, 2

B.

3, 4, 5, 2, 1

C.

1, 5, 2, 3, 4

D.

5, 4, 3, 1, 2

 

Answer : B

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.