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 |
What is difference between find and grep in unix?
What is the file in unix?
How do you kill a job in unix?
What is home directory in unix?
What is a filter in unix?
Is windows unix like?
What is unix file?
What are the advantages of unix?
What is the command to connect to remote terminals
For which kind of fault the page is checked first?
Where is unix used today?
What is unix and shell scripting?