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

What is volatile keyword in c?

0 Answers  


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  






Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


Why are algorithms important in c program?

0 Answers  


What are run-time errors?

0 Answers  


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


Explain what math functions are available for integers? For floating point?

0 Answers  


What is the use of header?

0 Answers  


Categories