what is variable ? explain scope of variable
Answers
Answered by
3
Answer:
Scope refers to the visibility of variables. In other words, which parts of your program can see or use it. Normally, every variable has a global scope. Once defined, every part of your program can access a variable.
Answered by
1
Scope refers to the visibility of variables. In other words, which parts of your program can see or use it. Normally, every variable has a global scope. Once defined, every part of your program can access a variable.
.
#Hope it helps..
Similar questions