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 are the advantages of Macro over function?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
What are the 32 keywords in c?
what is the diffrenet bettwen HTTP and internet protocol
Convert the following expression to postfix and prefix (A+B) * (D-C)
An array name contains base address of the array. Can we change the base address of the array?
why TCS selected more student in the software field from all institution.
write a program to print the one dimensional array.
how to do in place reversal of a linked list(singly or doubly)?