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
Explain what is wrong with this statement? Myname = ?robin?;
What is && in c programming?
Explain 'far' and 'near' pointers in c.
What is an object?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Write a program in C to convert date displayed in gregorian to julian date
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
whats the use of header file in c?
What is the size of structure in c?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print