GATE Computer Science (CS) 2021 Shift 1 Solved Paper

© examsiri.com
Question : 31 of 65
 
Marks: +1, -0
Consider the following sequence of operations on an empty stack.
push(54); push(52); pop(); push(55); push(62); s = pop();
Consider the following sequence of operations on an empty queue.
enqueue(21); enqueue(24); dequeue(); enqueue(28); enqueue(32); q = dequeue();
The value of s + q is ______
  • Your Answer:
Go to Question: