Sunday, July 12, 2009

Write a simple C language program to that uses fork() system call to create a child process that prints "VIRT

Write a simple C language program to that uses fork() system call to create a child process that prints "VIRTUAL UNIVERSITY" to the screen, and exits.

Write a simple C language program to that uses fork() system call to create a child process that prints "VIRT
Does you instructor want a flowchart too?
Reply:We Can Code For You And Also Make You Understand-Contact Us At


http://expert.myitcareer.org/


http://yahoo.com/ Is Best Site In World
Reply:how abt this:





if(fork()) /*creates child process and run if its its the child*/


{


printf("VIRTUAL UNIVERSITY") ;/*prints the thing*/


exit(0) ;


}





/*the parent process continues to run*/


No comments:

Post a Comment