if b=10 and c=5 then what will be the value of a,b and c after the execution of following statement a=b++-c*2
Answers
Answered by
0
Answer:
a=35
b=10
c=5
Explanation:
if we put the values of (b) & (c)
we get,
a=10+5^2
a= 10+25
a= 35
hope this will help you?!
Similar questions