- 2
Can anyone please convert this Infix expression "A+B+C+D-E" to Prefix?
Infix to Prefix conversion
5 Answers
+ 3
I don't know what you're trying to do, but one way to write it in prefix notation would be:
-+++ABCDE
+ 2
Sololearn is a self learning platform , you should probably look for a freelance platform or ask someone else to do it for you .
But if you want to implement it yourself you can always use Q&A to ask questions about it .
0
Thank you so much
0
Read theory first you will understood the concepts after that u will be able to solve
0
Actually I have tried to understand the concept, and tried solving this I was just confused that the anwer should be : "-+++ABCDE" or "+A+B+C+D-E"