Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain how do you list files in a directory?

1117


What is wrong with this program statement? void = 10;

1316


how to count no of words,characters,lines in a paragraph.

4472


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1137


What is static volatile in c?

1077


Why does everyone say not to use gets?

1200


What is sizeof array in c?

1114


What is dynamic dispatch in c++?

1109


Can a pointer be volatile in c?

1044


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

2046


Difference between malloc() and calloc() function?

1271


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1599


Is c pass by value or reference?

1112


a program that can input number of records and can view it again the record

1964


What are external variables in c?

1168