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
is it possible to create your own header files?
List a few unconditional control statement in c.
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is getch c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Explain what is the difference between null and nul?
How many types of errors are there in c language? Explain
I have a varargs function which accepts a float parameter?
a program that can input number of records and can view it again the record
How can a program be made to print the name of a source file where an error occurs?
Do you know the difference between exit() and _exit() function in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What does p mean in physics?
If fflush wont work, what can I use to flush input?
How can I manipulate strings of multibyte characters?