Convert the following expression to postfix and prefix
(A+B) * (D-C)
Answers were Sorted based on User's Feedback
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Explain how does flowchart help in writing a program?
how i m write c program 1.check prime number 2.prime number series
What is function what are the types of function?
Which is an example of a structural homology?
Differentiate abs() function from fabs() function.
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
Is linux written in c?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
How can I implement sets or arrays of bits?
What is derived datatype in c?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.