
Variables:
Variable is a name given to a memory location in which, we can store some value which can be used in a program.
Variable Declaration: It is process of specifying what
type of data to be stored into the memory location.
Syntax: datatype <variable_name> ...