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 are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


What is chain pointer in c?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


What is the process to create increment and decrement stamen in c?

0 Answers  






what is the diference between pointer to the function and function to the pointer?

2 Answers   Infosys,


In c language can we compile a program without main() function?

0 Answers  


What is the scope of static variables in c language?

0 Answers  


Can you subtract pointers from each other? Why would you?

0 Answers  


What is anagram in c?

0 Answers  


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

0 Answers   Aspire, Infogain,


What is an array? What the different types of arrays in c?

0 Answers  


Categories