Is a named memory location that stores the data .
Answers
Answered by
1
Explanation:
A variable is a named memory location which temporarily stores data that can change while the program is running. A constant is a named memory location which temporarily stores data that remains the same throughout the execution of the program. The type of a variable indicates what kind of value it will store.
Similar questions