Variable scope is the context where the variable is accessible from, or also, where it is visible. Variables have local scope or global scope and all variables declared outside of a function are in ...