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


Please Help Members By Posting Answers For Below Questions

What are the 3 types of structures?

568


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

1594


Explain argument and its types.

596


Explain what is meant by 'bit masking'?

638


Why does not c have an exponentiation operator?

624






Explain how can a program be made to print the line number where an error occurs?

689


How to declare a variable?

564


Explain the difference between call by value and call by reference in c language?

639


How does #define work?

642


How do you sort filenames in a directory?

706


What is page thrashing?

649


What will the preprocessor do for a program?

584


Where define directive used?

598


How will you write a code for accessing the length of an array without assigning it to another variable?

611


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

639