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 should malloc() do? Return a null pointer or a pointer to 0 bytes?

715


What is difference between scanf and gets?

709


What is difference between array and pointer in c?

629


What does main () mean in c?

723


How do I copy files?

704






What are the rules for identifiers in c?

685


What are run-time errors?

689


How can you tell whether two strings are the same?

920


Is c procedural or functional?

680


What is #include stdio h and #include conio h?

681


Why do we need a structure?

680


What does a function declared as pascal do differently?

697


How is = symbol different from == symbol in c programming?

703


Explain Basic concepts of C language?

733


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

753