Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a = w % x / y * z;
a) % / * =
b) / * % =
c) = % * /
d) * % / =