Saved Bookmarks
| 1. |
What would be the Prefix notation for the given equation?(A*B)+(C*D) |
|
Answer» Explanation: Explanation: FIRST you reverse the GIVEN equation and CARRY out the ALGORITHM of infix to postfix expression. Here, the data structure used is stacks |
|