Variable
Variable declaration
Variable initialization
Variable is a quantity that can be changed during program execution
Variable are created in RAM
RAM stands for Random Access Memory
Variable declaration: the process of specifying the variable with its types is called variable declaration
Variable initialization:
The process of assigning a value to a variable at the time of declaration is called variable initialization
The equal sign is used to assign a value to the variable