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
What is the difference between memcpy and memmove?
how to implement stack operation using singly linked list
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
Is multithreading possible in c?
Why is #define used?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
Why does everyone say not to use scanf? What should I use instead?
without using control structures and control structures find the max and min of given 2 nos
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is a nested formula?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above