(a) Write the value of variable 'z' after execution of the following code:
int z, x = 5, y = -10;
int a = 4, b = 2;
7 = x++ - --y*b/a;
Answers
Answered by
0
Similar questions