Thursday, 16 August 2012

Which of the following correctly shows the hierarchy of arithmetic operations in C? | C Programming

A. / + * -   
B. * - / +
C. + - / *   
D. / * + -

Ans: D

No comments: