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...


What is output of the following?



What is output of the following? ..

Answer / nouff

What is output of the following?
main()
{ int z=5;
if (fork()) {
printf("\t ISZC462 ");
z=10;
}
else
printf("Net Prog");
printf(" PID =%d Z=%d \n",getpid(), z);
exit(0);
}
Is the above code leads to zombies state? If your answer is
yes explain how and re-write
the above code to get rid of these states using signal?

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Unix General Interview Questions

Is unix portable?

0 Answers  


Explain the different types of pathnames that are used in unix.

0 Answers  


How to remove the first line/header from a file in Unix?

0 Answers  


Why is it that it is not advisable to use root as the default login?

0 Answers  


What is standard unix streams ?

0 Answers  


How is unix different from other operating system?

0 Answers  


How to find the path in unix?

0 Answers  


how to use grep command to list find the records of a file containg 10 different strings

5 Answers   IBM,


How to know the information about a file?

0 Answers  


Is unix free to use?

0 Answers  


List the different types of files that can be made available with unix?

0 Answers  


What is unix full form?

0 Answers  


Categories