Local vs Global Variables in C
Scope Rule in C Language: In C, all variables have a defined scope. The region of the program over which the declaration of an identifier is visible is called the scope of the identifier. The scope relates to the accessibility, the period of existence, and the boundary of usage ofContinue Reading