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
What is register variable in c language?
What is omp_num_threads?
What is the total generic pointer type?
What is difference between %d and %i in c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is the benefit of using const for declaring constants?
How many parameters should a function have?
Explain the difference between exit() and _exit() function?
Explain Basic concepts of C language?
How can you invoke another program from within a C program?
code for replace tabs with equivalent number of blanks
Explain bitwise shift operators?
What are preprocessor directives in c?
What is header file in c?
What are multidimensional arrays?