Convert the following expression to postfix and prefix
(A+B) * (D-C)

Answer Posted / revathy

PREFIX : *+AB-DC
POSTFI : AB+DC-*

Is This Answer Correct ?    19 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between exit() and _exit() function?

607


about c language

1606


What is meant by realloc()?

679


Differentiate between full, complete & perfect binary trees.

673


What is the use of function overloading in C?

680






What Is The Difference Between Null And Void Pointer?

645


Can a file other than a .h file be included with #include?

686


If you know then define #pragma?

677


What does return 1 means in c?

589


Is c procedural or functional?

588


how to create duplicate link list using C???

2075


Write a program to print “hello world” without using semicolon?

675


What is c mainly used for?

599


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

674


What are the disadvantages of c language?

622