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 |
Describe the concept of “region”.
Define a single-user system.
Describe file systems in unix?
What is unix and its features?
What is a unix shell?
What are the devices represented in unix?
What is unix operating system used for?
How do you delete a file in unix?
Is unix more secure than windows?
How is unix different from linux?
What is unix operating system explain various components of unix operating system?
Is windows built on unix?