Home »
Unlabelled »
Which of the following is the correct order of evaluation for the below expression? | C Programming
Which of the following is the correct order of evaluation for the below expression? | C Programming
z = x + y * z / 4 % 2 - 1A. * / % + - =
B. = * / % + -
C. / * % - + =
D. * % / - + =
Ans: A
No comments:
Post a Comment