Scope Of Variables - English

40499 visits



Outline:

Scope of Variables -Introduction -Syntax of declaring a variable --example: data-type var-name; -Syntax for initializing a variable --example: data-type var-name = value; -Scope of variables -Global variable -Local variable -Error