Home » Technical Questions » Operating Systems

How can you get/set an environment variable from a program?

Correct Answer: Getting the value of an environment variable is done by using `getenv()’ Setting the value of an environment variable is done by using `putenv()’

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion