Computer Science, asked by harikrish24, 8 months ago

What will be the value of a, b, c after the execution of the followings

int a=4, b= 11, c= 189;
c/=a++ * b--;

a) a=5, b=10, c=4;
b) a=4, b=11.c=4;
c) a=4, b=10.c=5:
d) a=5, b=11,c=5;​

Answers

Answered by nirmalajadon1982
1

Answer:

I don't no the answer of this question.

Similar questions