Half-Day Online Pilot Workshop on AutoDock4 on 9 August 2024, 2:00 pm to 5.30 pm. Click here to register.

Scope Of Variables - Punjabi

1185 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