InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Assignment And Initialization? |
|
Answer» Assignment can be done as many times as DESIRED WHEREAS initialization can be done only once. Assignment can be done as many times as desired whereas initialization can be done only once. |
|