change to postfix a/(b+c*d-e)

Answer Posted / penny

acd*b+e-/

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where define directive used?

607


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1906


What are qualifiers and modifiers c?

549


Why is main function so important?

617


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1511






Is the exit() function same as the return statement? Explain.

664


Where static variables are stored in c?

588


Why is c used in embedded systems?

614


What is the difference between volatile and const volatile?

565


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

669


Do you know the difference between exit() and _exit() function in c?

609


What does c in a circle mean?

583


What is getch() function?

649


What is a list in c?

621


Does c have an equivalent to pascals with statement?

574