InterviewSolution
Saved Bookmarks
| 1. |
What Are Constants? |
|
Answer» A CONSTANT is a QUANTITY WHOSE value cannot be changed. Unlike a variable, the value stored in a constant can’t be MODIFIED during PROGRAM execution. A constant is a quantity whose value cannot be changed. Unlike a variable, the value stored in a constant can’t be modified during program execution. |
|