change to postfix a/(b+c*d-e)

Answers were Sorted based on User's Feedback



change to postfix a/(b+c*d-e)..

Answer / amar

abc+de-*/

Is This Answer Correct ?    7 Yes 2 No

change to postfix a/(b+c*d-e)..

Answer / bhavitha

a/bc+de-*

Is This Answer Correct ?    5 Yes 4 No

change to postfix a/(b+c*d-e)..

Answer / sandeep

abcd*+e-/

Is This Answer Correct ?    3 Yes 2 No

change to postfix a/(b+c*d-e)..

Answer / frank

a(bcd*+e-)/

Is This Answer Correct ?    2 Yes 2 No

change to postfix a/(b+c*d-e)..

Answer / penny

acd*b+e-/

Is This Answer Correct ?    1 Yes 1 No

change to postfix a/(b+c*d-e)..

Answer / musa

(dc*b+e-)a/

Is This Answer Correct ?    0 Yes 2 No

change to postfix a/(b+c*d-e)..

Answer / teja

(bc+d*e-)a/

Is This Answer Correct ?    0 Yes 2 No

change to postfix a/(b+c*d-e)..

Answer / aravind

a/bc*d-e+

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More C Interview Questions

What is difference between far and near pointers?

0 Answers  


What is masking?

0 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


Is there anything like an ifdef for typedefs?

0 Answers  


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

0 Answers   Accenture,






Why we use break in c?

0 Answers  


which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

2 Answers  


consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


What are the different data types in C?

0 Answers  


Categories