

InterviewSolution
Saved Bookmarks
1. |
1.Write the difference between Constants and Variables. |
Answer» <p>The difference between variables and constants is that variables can change their value at any time but constants can never change their value. Constants can be very useful, Pi for instance is a good example to declare as a constant.</p> | |