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

What is preprocessor with example?

0 Answers  


Which are low level languages?

0 Answers  


can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,


Why we use break in c?

0 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,






What is c language in simple words?

0 Answers  


What are the rules for the identifier?

0 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


write a c program to find the probability of random numbers between 1-1000

0 Answers   ADS,


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


what are far pointers?

1 Answers  


What is a program?

0 Answers  


Categories