IT Placement Papers Operating System UNIX
This category contains UNIX Interview Questions and Answers |
How can you get/set an environment variable from a program?:
|
|
|
|
|
Getting the value of an environment variable is done by using `getenv()'. Setting the value of an environment variable is done by using `putenv()'.
Only registered users can write comments. Please login or register.
|