chinmay.sahoo
New member
Any variable declared inside the function are said to be local variable. These variable have meaning only within the function. Any variable declared outside the function are said to be global variable
Scope of the variable: - the extent to which a variable is accessible is said to be scope of the variable.
Scope of the variable: - the extent to which a variable is accessible is said to be scope of the variable.