Computer Science, asked by ayushi, 3 months ago

[5]
C. Evaluate the following expressions, if the values of the
variables are:
a = 2, b = 3 and c = 3
1. a - (b++) * (- -c)
2. a * (++b) % c
3. b ++ +--c+ ++b + a++
4. a++ +b++ + b++ + --C.
5. a+= b++ + + ..a​

Answers

Answered by muneebkhan928
1

Answer:

1: -6

2: 2

3: 13

4: 13

I think so

Similar questions