Scope of variable refers to
Scope of variable refers to
متغیر کے دائرہ کار سے کیا مراد ہے۔
Explanation
Variable scope refers to the extent of code in which a variable can be referenced.
Variables defined inside a function are called local variables.
The scope of local variables and dummy arguments is limited to the function in which they are defined.