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 the collection of communication lines and routers called?

0 Answers  


What is a pointer value and address in c?

0 Answers  


All technical questions

0 Answers   TCS,


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


What are pointers? What are stacks and queues?

0 Answers   Hexaware,






When should I declare a function?

0 Answers  


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d

1 Answers   TCS,


What is meant by inheritance?

0 Answers  


Where in memory are my variables stored?

0 Answers  


what is Structural oriented language? give some example of this language.....?

1 Answers  


Categories