write a program to convert a expression in polish
notation (postfix) to inline (normal)
something like make 723+* (2+3) x 7 (not sure) just
check out its mainly printing expression in postfix form
to infix


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Write a program to print the prime numbers from 1 to 100?

7 Answers  


find out largest elemant of diagonalmatrix

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


What is assert and when would I use it?

0 Answers  






how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


Is a pointer a kind of array?

0 Answers  


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


What is the total generic pointer type?

0 Answers  


what is used instead of pointers in java than c?

1 Answers   Vuram,


Explain what is wrong with this program statement?

0 Answers  


How can you pass an array to a function by value?

0 Answers  


Categories