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)

Answers were Sorted based on User's Feedback



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

Answer / revathy

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

Is This Answer Correct ?    19 Yes 0 No

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

Answer / gaurav

Prefix :*+AB-DC
Postfix:AB+DC-*

Is This Answer Correct ?    6 Yes 0 No

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

Answer / dhruv

how did you do it?
plz tell...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 Answers  


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


What language is c written?

0 Answers  


how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


Write a program of prime number using recursion.

0 Answers   Aspiring Minds,


Simplify the program segment if X = B then C &#8592; true else C &#8592; false

0 Answers  


how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


what are the general concepts of c and c++

2 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


Categories