Answers

Question and Answer:

  Home  UNIX Operating System

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

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

 155 views

More Questions for you: