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
How to Form Traditional Local Addresses?
Are udp sockets bidirectional?
What are Reserved IP Numbers?
What is the Use of the inet_ntoa() Function?
Can a socket have multiple connections?
What are Nameless Sockets?
What is the use of endprotoent(3) Function
How to Specify the Domain of a Socket?
how to get client port number in server socket programming??
Why socket programming is used?
What is AF_UNSPEC Address?
Can you send and receive on the same socket at the same time?
How to Choose a Socket Type?
How to Examin the /etc/services File?
How to look up a Service by Port and Protocol?