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 unix and why it is used?
Differentiate between paging and swapping?
Is the Process before and after the swap are the same? Give reason.
What is a filter in unix?
How does unix file system work?
What do you mean by unix operating system?
Is unix still relevant?
Explain links and symbolic links.
What does "bulk loading of a table" mean? Can you describe advantages or disadvantages of using these features?
How many root directories exist in unix?
What is architecture of unix operating system?
How can you edit a large file without opening it in unix?