Question: The effect of the statement a = b++ is: Assign the value of b + 1 to a Assign the current value of b to
The effect of the statement
a = b++
is:
Assign the value of b + 1 to a
Assign the current value of b to a
Add 1 to b
None of the above
Add 1 to b, then assign the result to a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
