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
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
What is this infamous null pointer, anyway?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
What is a static function in c?
What are the valid places to have keyword “break”?
What is static and volatile in c?
program to print upper & lower triangle of a matrix
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What is a constant?
what is the similarities between. system call and library function?
write a prgram of swapping with 2 valiables
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions