Extern variables: belong to the External storage class and are stored in the main memory. extern is used when
we have to refer a function or variable that is implemented in other file in the same project. The scope of the
extern variables is Global.Example: Global variables: are variables which are declared above the main( ) function. These variables are accessible