InterviewSolution
Saved Bookmarks
| 1. |
What are variables? Give an example. |
|
Answer» The quantity that changes during the execution of a program is a variable. Variables are the names given to identify the specific program elements. Variables are also called identifiers. Sum, height, mass, total, time etc. |
|