.NET Programming
Scope of variable is related to definition of variable as:
Scope of variable is related to definition of variable as:
1. Region of code within which variable value is valid and hence can be accessed.
2. No, relation with region where variable is declared its value is valid in entire scope.
- A. a
- B. b
- C. a, b
- D. None of the mentioned