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

There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.

1 Answers   HCL, iGate,


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


Is Exception handling possible in c language?

0 Answers   Wipro,


What is the relationship between pointers and data structure?

0 Answers  


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

0 Answers  






Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)

6 Answers   Subex,


write a program which counts a product of array elements lower than 10.

1 Answers  


What is the difference between the local variable and global variable in c?

0 Answers  


What does the error message "DGROUP exceeds 64K" mean?

0 Answers   Celstream,


What are volatile variables in c?

0 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,


Array is an lvalue or not?

0 Answers  


Categories