Question:

Match List-I with List-II:
List-I (Term)List-II (Description)
(A) Prefix(I) In this, the element entered first will be removed last
(B) Postfix(II) In this, the element entered first will be removed first.
(C) Queue(III) In this, the operator is placed before the operands.
(D) Stack(IV) In this, the operator is placed after the operands.

Updated On: Nov 4, 2024
  • (A) - (III), (B) - (IV), (C) - (II), (D) - (I)
  • (A) - (IV), (B) - (III), (C) - (II), (D) - (I)
  • (A) - (I), (B) - (II), (C) - (IV), (D) - (III)
  • (A) - (II), (B) - (I), (C) - (III), (D) - (IV)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Prefix notation places operators before operands, postfix places them after, queue follows FIFO, and stack follows LIFO.
Was this answer helpful?
0
0