Scope Of Variables - Bengali

This is a sample video. To access the full content,
please Login

1410 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