what is the difference between fork() & exec()
Answer Posted / gopi
fork() is used to creat new process.but execl() is used to load another application....see before going to load new,exexl() try to remove all data about old process..like old-----pid,vad,resourse
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of inet_addr() Function?
How to Choose a Socket Type?
What is the Use of the inet_ntoa() Function?
What is socket and how it works?
How to Bind a Specific Interface Address?
How to Understand Netmask Values?
How to Initialize a Wild Internet Address?
Are udp sockets bidirectional?
How to Specify an X.25 Address?
How to Examin the /etc/services File?
How TCP/IP Handles Flow Control?
How do udp sockets work?
What is socket abstraction?
What are Nameless Sockets?
How to Bind Addresses to a Socket?