Recent questions tagged infix-prefix

0 votes
1 answer
2
Convert the following infix expression to postfix and prefixA^B^C^D
0 votes
3 answers
3
The maximum size of the operator stack when converting the following infix to postfix expressiona ^ b * c * d + e * f ^ g (assume that “^” has highest precedence and ...
0 votes
0 answers
4
I want to know which evaluation is wrong here:a-b-c = ab-c- or a-b-c = abc- –a * b *c = ab*c* a*b*c = abc 3 . a+b-c = ab+c- a+b-c = ...
1 votes
1 answer
7
1 votes
1 answer
8
4 votes
3 answers
10
Convert the pre-fix expression to in-fix $- ^{\ast} +ABC^{\ast} – DE+FG$$(A-B)^{\ast}C+(D^{\ast}E)-(F+G)$$(A+B)^{\ast}C-(D-E)^{\ast}(F+G)$$(A+B-C)^{\ast}(D-E)^{\ast}(F+...
1 votes
0 answers
12
0 votes
1 answer
13
infix ,postfix ,prefix expression evalution stack use as operator or operand?
2 votes
2 answers
15
1 votes
0 answers
16
What is the stack size while implementing this infix to postfix expression using operator stack?a+b+c+d+e
0 votes
0 answers
17
Please convert it to postfix by using stack and explain in detailvoid (*bsd_signal(int sig, void (*func)(int)))(int);
0 votes
1 answer
18
HOW TO SOLVE THIS?
0 votes
2 answers
19
0 votes
0 answers
20