What is scope of variable? Explain block Scope Function Scope Program
Answers
Answered by
0
Answer:
A scope is a region of the program and broadly speaking there are three places, where variables can be declared: Inside a function or a block which is called local variables, Outside of all functions which is called global variables.
Similar questions