| Variables |
| |
| Introduction |
| |
| The defined type of memory area where the value is stored is called variable. |
| |
| Variables are the data item whose values may vary during the execution of the program. |
| |
| A specific location or the address in the memory is allocated for each variable and the value of that variable is stored in that location. |
| |
| These locations may be integer, real or character etc. |
| |
| |
| |
| |
|
| |
| |