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
0
Answer:
Explanation: g=10/5/2/1;
answer
Similar questions
Science,
5 months ago
Math,
5 months ago
Environmental Sciences,
5 months ago
Computer Science,
11 months ago
Chemistry,
11 months ago