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 difference between SSH V1 and SSH V2? What are drawbacks of SSH V2?
How to remove files in unix?
Explain what is inode?
How do I search for a grep file in unix?
What is unix used for?
Is unix multiuser?
How do I create a directory in unix?
If we are terminated at the middle of the program execution in UNIX,what will happen to the program, it will continue running r terminate r the o/p will be send to your mail?
What is standard unix streams ?
What is the core of unix operating system?
How is windows different from unix?
Discuss briefly about the directory representation in unix.