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 |
Is unix portable?
Explain the different types of pathnames that are used in unix.
How to remove the first line/header from a file in Unix?
Why is it that it is not advisable to use root as the default login?
What is standard unix streams ?
How is unix different from other operating system?
How to find the path in unix?
how to use grep command to list find the records of a file containg 10 different strings
How to know the information about a file?
Is unix free to use?
List the different types of files that can be made available with unix?
What is unix full form?