Computer Science, asked by xmenb, 9 months ago

what do you mean by scope of an variable​

Answers

Answered by rishabhyadav621
0

Variables means that things which changed with each one active as they used that

Answered by jasmeetsingh171014
1

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.

Similar questions