what is the difference between fork() & exec()
Answer Posted / chander
fork() creates a new process
exec() excecte the process
| Is This Answer Correct ? | 7 Yes | 36 No |
Post New Answer View All Answers
What is the Use of the inet_makeaddr() Function?
How socket is created?
How to Manipulate IP Numbers?
How to look up a Service by Port and Protocol?
How to Examin the /etc/services File?
How to Specify an X.25 Address?
How does socket communication work?
Why socket programming is used?
How to Test with Other IP Numbers?
What is the use of recvfrom(2) Function?
How to Define a Socket?
What is the use of inet_aton() Function?
What is socket file in linux?
How to Form Local Addresses?
What is the use of PF_INET and SOCK_DGRAM?