Qmark: 1
Total Marks: 50
Vol: 8
Font: Microsoft Sans Serif
Size: 10
Time Left:44:18
Multiple Choices
(Choose 1 answer)
Consider the following code:
int z,x=5,y=-10,a=3,b=2;z = ++x + y*b/a;
What number will z in the sample code above contain?
A. 1
B. -1
C. 0
D. 12