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 |
How is unix different from linux?
What are the devices represented in unix?
Is mac unix like?
Why kernel is known as the heart of unix os?
List some features of unix.
Was unix the first operating system?
What is the full form of unix operating system?
How to remove the last line/trailer from a file in Unix script?
How do I create a directory in unix?
How do you kill a job in unix?
What is a unix shell?
Explain pid.