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 void main ()?
What is ## preprocessor operator in c?
Is c language still used?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
What is the size of structure pointer in c?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
What is the difference between constant pointer and constant variable?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What is the use of the sizeof operator?
Difference between null pointer and dangling pointer?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What are Macros? What are its advantages and disadvantages?