Convert the following expression to postfix and prefix
(A+B) * (D-C)
Answer Posted / revathy
PREFIX : *+AB-DC
POSTFI : AB+DC-*
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
why we wont use '&' sing in aceesing the string using scanf
How can I delete a file?
Explain is it valid to address one element beyond the end of an array?
What is #define used for in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How can I sort a linked list?
In c programming language, how many parameters can be passed to a function ?
What is a void pointer in c?
How old is c programming language?
Why can’t we compare structures?
What is the acronym for ansi?
What math functions are available for integers? For floating point?
What is gets() function?
What is the use of bitwise operator?
What is masking?