Write a program to modify the infix to postfix function so that it can convert the following expression: 5 * 3 ** (4 – 2). Run the function on the expression
Home/postfix
SIKSHAPATH Latest Questions
Q.Write a program to convert the expression “a+b” into “ab+”.