1.

Which of the following is the correct order of evaluation for the given expression?a = w % x / y * z;

A. % / * =
B. / * % =
C.
Answer» B. / * % =


Discussion

No Comment Found