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 are the hidden files in unix?
What is pipe in unix example?
How to perform a system shutdown in unix?
How is unix different from other operating system?
How do you determine and set the path in unix?
What are the bits that support the demand paging?
Name two paging states for a page in memory?
What is $path in unix?
What is Quorum Group? and Quorum Disk?
Explain different types of Unix systems.
How would you explain a kernel to a non-technical person?
Is unix os free?