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

If we give two names then this displays the connection between the two people. It is nothing but flames game

1 Answers  


what does " calloc" do?

7 Answers   Cadence, Logos,


Can true be a variable name in c?

0 Answers  


Why is c so powerful?

0 Answers  


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  






main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


WHAT IS HIGH LEVEL LANGUAGE?

2 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


Which is more efficient, a switch statement or an if else chain?

0 Answers  


write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables

2 Answers   TCS,


write a program to find the number of even integers and odd integers in a given array in c language

13 Answers   IAI Cameroun, NIIT, Olive Tech, QIS,


Explain pointer. What are function pointers in C?

0 Answers   HCL,


Categories