byte byte 23-05-2016 Computers and Technology contestada 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