Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Programming and Data Structure Stack Applications
Which of the following statement is/are not true?
I. First-in-first out types of computations are efficiently supported by stacks.
II. Implementing queues on a linear array with two indices is more efficient then implementing queues on a circular array.
III. The best data structure to check whether an arithmetic expression has balanced parenthesis is a queue.1
Only I
2
Only I and III
3
Only II and III
4
I, II and III