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 to swap 2 numbers in a single statement?

3 Answers  


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


What is spaghetti programming?

0 Answers  


You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.

2 Answers   Microsoft,


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


How can I handle floating-point exceptions gracefully?

0 Answers  


when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none

7 Answers   HCL,


Is int a keyword in c?

0 Answers  


explain how do you use macro?

0 Answers  


What is dynamic dispatch in c++?

0 Answers  


What are different types of operators?

0 Answers  


What is the general form of a C program?

0 Answers  


Categories