1Local variables:
2These variables can be used or exist
3only inside the function. These variables
4are not used or referred by any other function.
5
6Global variables:
7These variables are the variables which
8can be accessed throughout the program.
9Global variables cannot be created
10whenever that function is called.