InterviewSolution
Saved Bookmarks
| 1. |
What are the variables? Give an example. |
|
Answer» It is a location in the computer memory which can store data and is given a symbolic name for easy reference. For example, Total = 20.00; In this statement, a value 20.00 has been stored in a memory location Total. |
|