Variable Declaration
Usually Variables are declared before use either at the start of a block of code after the opening { and before any other statements or outside a function.
--------------------------
int a,b; /* global variables...
Latest Articles