Vidyalelo
C# Programming · Q83

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 83

Q83

Scope of variable is related to definition of variable as: i. Region of code within which variable value is valid and hence can be accessed. ii. No, relation with region where variable is declared its value is valid in entire scope.

A.
i
Answer
B.
ii
C.
i, ii
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board