Examveda

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

A. % / * =

B. / * % =

C. = % * /

D. * % / =

Answer: Option A


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals