Difference between assignment and initialization
Answers
Answered by
7
Initialization gives a variable an initial value at the point when it is created. Assignment gives a variable a value at some point after the variable is created.
Similar questions