Evaluate the following expressions,if the values of the variable are:
a=2, b=11 and c=4
i) a - (b++) * (- - c);
ii) a * (++b) %c;
Answers
Answered by
1
Answer:
32
Explanation:
a - (b++) * (--c)
2 - (11++) * (3)
2 - 33++
2 - 34
32
hope it helped
Similar questions
Math,
2 months ago
India Languages,
2 months ago
Computer Science,
2 months ago
Chemistry,
4 months ago
Social Sciences,
10 months ago
English,
10 months ago