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
English,
1 month ago
English,
1 month ago
Chemistry,
3 months ago
Social Sciences,
9 months ago
English,
9 months ago