English, asked by sahilkaswala2412, 6 months ago

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 NavieYt
1

Answer:

0

Explanation:

If b=10 and c=5 then -c*2= -10 and if a=b+-c*2 then it means a=10+-5*2 which is 10-10=0

Similar questions