CTS
Interview
undefined
Here is an infix notation: ((A+B)*C-(D-E))^(F+G) Choose the correct postfix notation of the above
from the given options.
Read Solution (Total 3)
-
- = ((AB+)*C−(DE−))^(FG+)
= ((AB+C*)−(DE−))^(FG+)
= (AB+C*DE−−)^(FG+)
= AB+C*DE−−FG+^ - 8 years agoHelpfull: Yes(10) No(0)
- AB+C*DE--FG+^
- 8 years agoHelpfull: Yes(4) No(0)
- Postfix notation is ^*+AB-C-DE+FG
- 8 years agoHelpfull: Yes(0) No(6)
CTS Other Question