79.7k views
2 votes
In C language.

int z,x=5, y=-10, a=4, b=2
z=x++ - --y * b / a
what number will z in the sample contain?
a. 5
b. 6
c. 10
d. 11

User Mozboz
by
8.2k points

1 Answer

1 vote
if my memory serves me correct the answer is C.
User Chhaya
by
7.9k points