Question:medium

Which one of the following is prefix representation of the infix expression \(P*(Q+R)/S\)?

Show Hint

Prefix notation places operators before operands. Example: \[ (A+B) \rightarrow +AB \] \[ (A+B)*C \rightarrow *+ABC \]
Updated On: Jun 25, 2026
  • \(/ * P + Q R S\)
  • \(P+Q/R*S\)
  • \(*+*PQ/RS\)
  • \(/+QR*PS\)
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0