Q. In an assignment statement a=b Which of the following statement is true? (Solved)
1. The variable a and the variable b are equal.
2. The value of b is assigned to variable a but the later changes on variable b will not affect the value of variable a
3. The value of b is assigned to variable a and the later changes on variable b will affect the value of variable a
4. The value of variable a is assigned to variable b and the value of variable b is assigned to variable a.
- b. The value of b is assigned to variable a but the later changes on variable b will not affect the value of variable a