Vidyalelo
C Programming · Q251

C Fundamentals

Programming · C Programming · question 251

Q251

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

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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board