Convert the following expression to postfix and prefix
(A+B) * (D-C)
Answer Posted / gaurav
Prefix :*+AB-DC
Postfix:AB+DC-*
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can I sort a linked list?
What are header files? What are their uses?
What are the key features in c programming language?
Does c have an equivalent to pascals with statement?
What are runtime error?
What are keywords c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is the advantage of c?
Explain can you assign a different address to an array tag?
Explain modulus operator.
Explain the difference between structs and unions in c?
What are the advantages of using new operator as compared to the function malloc ()?
Is c easy to learn?
What does the format %10.2 mean when included in a printf statement?