what happens a when a variable is assigned with a value
Answers
Answered by
1
Answer:
Explanation:
Assignment gives a name to that object. Assignment of one variable to another variable means both variables are names for the same object. Re-assignment of one variable changes what object is named by that variable without changing the other variable.
Similar questions