R – Variable
2020-05-24
A variable is a memory allocated for storage of specific data and the name associated with the variable is used to work around this reserved block. The name given to a variable is known as its variable name. Usually a single variable stores only the data belonging to a certainContinue Reading
