Computer Science, asked by mukeshkarupothula, 6 months ago

what is variable ? explain scope of variable ​

Answers

Answered by llSᴡᴇᴇᴛHᴏɴᴇʏll
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 Anonymous
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