1.

Which of the following is the correct order of evaluation for the given expression?
calc = s % p / q * R;

A. * % / =
B. = % * /
C. / * % =
D. % / * =
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs