Getting the value of an environment variable is done by using `getenv()'.Setting the value of an environment variable is done by using `putenv()'.