InterviewSolution
Saved Bookmarks
| 1. |
What Is A Variable? |
|
Answer» VARIABLE is a memory location through which the actual VALUES are stored/retrieved. Its VALUE can be CHANGED. Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed. |
|