Qus : Which of the following is the correct order of evaluation for the given expression? z = x + y * z / 4 % 2 - 1
Qus निम्न expression के लिए मूल्यांकन का सही क्रम निम्नलिखित में से कौन सा है? z = x + y * z / 4% 2 - 1
A. * / % + - = B. = * / % + -
C. / * % - + = D. * % / - + =