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 getservent(3)?
How TCP/IP Handles Lost Packets?
How to Allocate IP Addresses?
How to Close Sockets?
How TCP/IP Handles Flow Control?
What is the use of inet_network()?
What is the Use of the inet_makeaddr() Function?
What are Address Conversion Functions?
How do udp sockets work?
What is socket file in linux?
How to Understand Netmask Values?
How to Write a UDP Datagram Server?
What does socket consist of?
What is socket and how it works?
What is the setservent(3) Function?