Computer Science, asked by reetdhaliwal1311, 7 months ago

Which of the following refers to the visibility of variables in one part of a program to another part of the same program.

Answers

Answered by DPranesh
1

Answer:

follow me.

Explanation:

The visibility of a variable determines how much of the rest of the program can access that variable. You can arrange that a variable is visible only within one part of one function, or in one function, or in one source file, or anywhere in the program.

Similar questions