Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a storage engine in mongodb?

1


How to create a key pair in .net?

565


What are different ways to achieve spring ioc?

166


Write a C program linear.c that creates a sequence of processes with a given length. By sequence it is meant that each created process has exactly one child. Let's look at some example outputs for the program. Here the entire process sequence consists of process 18181: Sara@dell:~/OSSS$ ./linear 1 Creating process sequence of length 1. 18181 begins the sequence. An example for a sequence of length three: Sara@dell:~/OSSS$ ./linear 3 Creating process sequence of length 3. 18233 begins the sequence. 18234 is child of 18233 18235 is child of 18234 ........ this is coad .... BUt i could not compleate it .....:( #include #include #include #include int main(int argc, char *argv[]) { int N; pid_t pid; int cont; if (argc != 2) { printf("Wrong number of command-line parameters!\n"); return 1; } N = atoi(argv[1]); printf("Creating process sequence of length %d.\n",N); printf("%d begins the sequence.\n",getpid()); /* What I have to do next ?????? */ }

1610


What do you think about the future of blockchain?

5






What is colorimetry?

651


UNDER SSC CGL RULES PREVENTIVE OFFICER ,INSPECTOR CENTRAL EXISE (EXAMINER),DIVISIONAL ACCOUNTANT POSTS ARE TRANSFERABLE TO ALL OVER INDIA?...I WANT NON TRANSFERABLE JOB..& I WANT TO STAY IN KOLKATA..SO WHICH POST IS SUITABLE IN THIS CONDITION...PUJA MALLICK

4273


Why the ssl enabled option is set to on?

73


This position requires travel, sometimes frequent, sometimes infrequent, to Independence to cover the civil docket there. Are you willing to travel?

2147


What is the role of transaction manager and session?

53


How do I convert a table to text in excel?

371


what is the minimum recommended leakage current of an earthed cable connected to the body or skid of an alternator

1604


How do I change system32 permissions in windows 10?

444


Explain qlikview’s architecture in brief?

5


Can I delete event logs?

537