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
number of times a digit is present in a number
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Differentiate between #include<...> and #include '...'
What is a substring in c?
What standard functions are available to manipulate strings?
Explain what are global variables and explain how do you declare them?
How does placing some code lines between the comment symbol help in debugging the code?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is huge pointer in c?
Calculate 1*2*3*____*n using recursive function??
What is the use of sizeof?
can any one tel me wt is the question pattern for NIC exam
Where is c used?
Write program to remove duplicate in an array?
What are the 4 data types?