write a program to convert a expression in polish
notation (postfix) to inline (normal)


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

Post New Answer

More C Interview Questions

How pointer is different from array?

0 Answers  


Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


Is this program statement valid? INT = 10.50;

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


What is array of pointers to string?

0 Answers  






what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


Why is c fast?

0 Answers  


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


What is structure padding and packing in c?

0 Answers  


How are structure passing and returning implemented?

0 Answers  


Can you think of a way when a program crashed before reaching main? If yes how?

2 Answers  


Explain what is meant by high-order and low-order bytes?

0 Answers  


Categories