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

Answer Posted / teja

(bc+d*e-)a/

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of a shell structure?

697


Explain what standard functions are available to manipulate strings?

615


Write a C program in Fibonacci series.

640


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1269


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1501






 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1732


What is typedef example?

623


Describe the difference between = and == symbols in c programming?

782


What does != Mean in c?

594


which is an algorithm for sorting in a growing Lexicographic order

1403


Write a function that will take in a phone number and output all possible alphabetical combinations

607


how do you execute a c program in unix.

641


What is the difference between pure virtual function and virtual function?

656


Explain two-dimensional array.

633


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

663