What are Variables?
When I think of variables I imagine something like a bucket
.
A Bucket that contains a value. It may be a alphabet, some words, numbers, both or can be a shopping list.
This Defination may be apt for understanding what is a variable.
Variables are the building blocks of any program.
They store a value that can be used in any part of the program
Top comments (0)