Computer Science, asked by nilaysardar67890, 9 months ago

C Programming Questions
Indicate the order in which the following expressions would be
evaluated:
(a) g = 10 / 5 /2/1;
(b) b = 3 / 2+5 * 4/3;
(c) a = b = c = 3 + 4;
(d) x = 2 – 3 +5 * 2/8%3;
(e) z = 5 % 3 / 8 * 3 + 4
(f) y = z = -3% -8 / 2 + 7;​

Answers

Answered by dhannjay63550
0

Answer:

Explanation: g=10/5/2/1;

answer

Similar questions