what is the difference between fork() & exec()
Answer Posted / laxman masadi
fork: Create a new process
exec: replace a process's objectcode with contents of file
(executable)
| Is This Answer Correct ? | 53 Yes | 10 No |
Post New Answer View All Answers
What is the use of SOCK_DGRAM Socket Type?
Why socket programming is used?
What is the use of setprotoent(3) Function?
How to Form Local Addresses?
Can you send and receive on the same socket at the same time?
What is the difference between socket and port?
How to Test the Datagram Client and Server?
How to Specify an X.25 Address?
What is the use of inet_network()?
How to Test with Other IP Numbers?
How TCP/IP Handles Flow Control?
How to Perform Input/Output of Datagrams?
What is the use getservent(3)?
How to Bind a Specific Interface Address?
How TCP/IP Handles Sequencing?