Convert the following expression to postfix and prefix
(A+B) * (D-C)
Answer Posted / dhruv
how did you do it?
plz tell...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a structure and why it is used?
Why cant I open a file by its explicit path?
Explain what does it mean when a pointer is used in an if statement?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
How can I recover the file name given an open stream or file descriptor?
write a c program in such a way that if we enter the today date the output should be next day's date.
What Is The Difference Between Null And Void Pointer?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is the use of typedef in structure in c?
Write a program of advanced Fibonacci series.
What is memcpy() function?
What does a function declared as pascal do differently?
Why is c so important?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is nested structure with example?