0

What is the difference between "global scope" and "local scope"?

( I have already read the explanation in sololearn)

6th Aug 2018, 10:00 AM
Victory
Victory - avatar
2 Answers
+ 1
A variable declared in a Local Scope (Function, method, etc) can not be accessed from the outside. A global scope variable can be accessed anywhere.
6th Aug 2018, 10:32 AM
Paul Grasser
Paul Grasser - avatar
+ 1
Paul Grasser Would you please give me an example of global and local scope?
6th Aug 2018, 4:06 PM
Victory
Victory - avatar