Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you execute one program from within another?

Answers were Sorted based on User's Feedback



How do you execute one program from within another?..

Answer / vishal

actually there are 6 varients of exec
like execv,execl,execp and 3 more

Is This Answer Correct ?    4 Yes 0 No

How do you execute one program from within another?..

Answer / wizard

with the help of "exec" version.

look for man pages for more help

Is This Answer Correct ?    2 Yes 0 No

How do you execute one program from within another?..

Answer / kumar

by calling system call fork() to create child process which
handles the other.

Is This Answer Correct ?    2 Yes 0 No

How do you execute one program from within another?..

Answer / kamal

We can use system system call also.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix IPC Interview Questions

Linking across directories?

2 Answers  


Explain the advantage of executing a process in background?

0 Answers  


Tell me set-user-id is related to (in unix)?

0 Answers  


What is the condition required for dead lock in unix system?

0 Answers  


Explain what is the process id for kernel process?

0 Answers  


set-user-id is related to (in unix)

1 Answers  


What is Inode.

2 Answers   HCL,


Explain linking across directories?

0 Answers  


Which ipc is the fastest in unix?

0 Answers  


Which ipc is faster?

0 Answers  


Explain fork() system call?

12 Answers   ASAS, IBM,


Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


Categories