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 a void pointer in c?
What is the memory allocated by the following definition ? int (*x)();
change to postfix a/(b+c*d-e)
What is the right type to use for boolean values in c? Is there a standard type?
What is static function in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is printf () in c?
What is the difference between printf and scanf in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
what is the difference between 123 and 0123 in c?