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
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
Give the Output : * * * * * * * * * *
What are different types of pointers?
What is scope and lifetime of a variable in c?
What are the different types of C instructions?
What are the average number of comparisons required to sort 3 elements?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
how to find that no is int or float?
What is a pointer in c?
What are the string functions? List some string functions available in c.
How to write a C program to determine the smallest among three nos using conditional operator?
What is the ANSI C Standard?