400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 4)

hich of the following is the correct order of evaluation for the below expression?

4/50

Which of the following is the correct order of evaluation for the below expression? z = x + y * z / 4 % 2 – 1;

* / % + – =

= * / % + –

/ * % – + =

* % / – + =

Giải thích

Chọn A