UNIX
Programming and Technical
Q. How can you get/set an environment variable from a program?
A. Getting the value of an environment variable is done by using `getenv()'.
Setting the value of an environment variable is done by using `putenv()'.
Read Solution (Total 0)
UNIX Other Question