What would be the Prefix notation for the given equation?(A*B)+(C*D)
Answers
Answered by
0
A correct answer is an option (A) +A*B^CD
What is prefix notation:
- All operators must come before the two operands they are working on in prefix expression notation. Contrarily, Postfix mandates that the respective operands occur before the associated operators. The notation for A + B * C is + A * B C in prefix.
- Less monotonous Prefix notation is advantageous since it can reduce the repetition of lengthy expressions. Prefix notation eliminates the need to repeat the operator when applying the same operator to numerous operands.
The complete question is ''What would be the Prefix notation for the given equation? (A*B)+(C*D)
(A) +A*B^CD
(B) +A^B*CD
(C) *A+B^CD
(D) ^A*B+CD
#SPJ2
Similar questions