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
How to Compare Sockets to Pipes?
What is socket connection?
What is the setservent(3) Function?
How to Form Local Addresses?
How to Form Traditional Local Addresses?
HOW TCP/IP Handles Duplicated Packets?
Can a socket have multiple connections?
What is socket abstraction?
How to Write a UDP Datagram Client?
How to Specify an X.25 Address?
What is the use of inet_network()?
How to Form Abstract Local Addresses?
How TCP/IP Handles Sequencing?
How to Choose a Socket Type?
Why bind system call is required in socket programming?