How can you get or set an environment variable from a
program?
Answers were Sorted based on User's Feedback
Answer / amit
to get environment variable execute getenv();
to set environment variable execute setenv();
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vishal
Also one can set global system variable "environ"
variable are stored in name=value pair.
| Is This Answer Correct ? | 1 Yes | 3 No |
what is the condition required for dead lock in unix sustem ?
What is Inode.
How to write the program on full-duplex communication using 2 FIFOs
Explain fork() system call?
How can you get or set an environment variable from a program?
About i-node numbers
What is the condition required for dead lock in unix system?
What is the full form of ipc?
Please explain fork() system call?
What are the process states in Unix?
Explain the advantage of executing a process in background?
What is a Daemon?