Scope: Environment Variables

Learn what environmental variables are, and how you can use them.

We'll cover the following

Environment variables

Any software system has scopes that group variables. A scope is a part of a program or system where the variable name remains associated with its value. There, we can convert the variable name to its address. Outside the scope, the same name can point to another variable.

Get hands-on with 1200+ tech skills courses.