Q251
Which of the following is the correct order of evaluation for the given expression? a = w % x / y * z;
A.
% / * =
AnswerB.
/ * % =
C.
= % * /
D.
* % / =
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board