if int a = 5; int b = 9; Calculate the value of a: a+ = a++ - ++ b +a
2 points
i) 6
ii ) 5
iii) 0
Answers
Answered by
0
Answer:
a + = a ++ – ++ b + a = 5 – 10 + 6 a + = 1 The value of a after execution will be 6.
Explanation:
hope you like and make brain list answer
Similar questions