1. Scope:- Scope determines the accessibility/visibility of a variable. child scopes have access to parent scopes, but parent scopes do not have access to child scopes. If a variable is not declared in the current scope, it will not be available f...
amarjeet123.hashnode.dev4 min read
No responses yet.