How can you get or set an environment variable from a
program?
Answer Posted / amit
to get environment variable execute getenv();
to set environment variable execute setenv();
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to get or set an environment variable from a program?
Explain how do you execute one program from within another?
What is fork()?
Explain about daemon?
What are two different models of ipc differentiate both?
What is unix ipc?
Please explain fork() system call?
Explain the system calls used for process management?
Explain the initial process sequence while the system boots up?
What is ipc in unix?
Explain what is the process id for kernel process?
Please describe the initial process sequence while the system boots up?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain the advantage of executing a process in background?
What are the various schemes available in ipc?