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


Please Help Members By Posting Answers For Below Questions

Explain what are multidimensional arrays?

592


Can we compile a program without main() function?

628


i want to know the procedure of qualcomm for getting a job through offcampus

1923


Which is the best website to learn c programming?

571


What’s the special use of UNIONS?

653






What is array of structure in c programming?

743


How can you avoid including a header more than once?

553


Explain how can you avoid including a header more than once?

591


Explain zero based addressing.

599


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

684


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

624


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

689


Implement bit Array in C.

668


How can you restore a redirected standard stream?

604


What is pivot in c?

562