InterviewSolution
Saved Bookmarks
| 1. |
A ____is memory location , whose contents keep on changing during the working of a program. |
|
Answer» A VARIABLE is memory location , whose contents KEEP on changing during the working of a program.Explanation: A variable is a data storage location that has a value that can change during program EXECUTION. |
|