C - Operators - Discussion

You Are Here :: Home > C > Operators - Discussion

 



Q.

Which of the following is the correct order of evaluation for the below expression?

z = x + y * z / 4 % 2 - 1

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

Answer: Option A
Explaination:

 


No Explanation








Discussion

Your Comments Goes here...
NameDiscussion