Computer Science, asked by aryangupta2434, 1 year ago

What does the following assignment statement represent? (a)A=20 (b)A = A+1

Answers

Answered by rameshs78
1

First A represent assignment of value with 20

Second (A=A+1) is re-assignment of the value with A + 1, in which the result of A would be 21

Similar questions