what is the difference between fork() & exec()
Answer Posted / alka
fork() creates a new process where exec() not....
exec() shares memory of parent here fork() process operates
independently...
| Is This Answer Correct ? | 41 Yes | 15 No |
Post New Answer View All Answers
What is the use of setprotoent(3) Function?
What is the use of PF_INET and SOCK_STREAM?
How to open socket file in linux?
How to Initialize a Wild Internet Address?
How to Understand Netmask Values?
How to Define a Socket?
How to Manipulate IP Numbers?
What is the setservent(3) Function?
How to look up a Service by Port and Protocol?
How to Test with Other IP Numbers?
What is the Use of the inet_netof() Function?
How to use the socket(2) Function?
How to Specify the Domain of a Socket?
How to Specify an X.25 Address?
What are the best linux system programming interview questions you've ever asked or been asked?