#include <stdio.h>
int main() {
int i;
for (i=0;i<3;++i) {
fork();fork();
}
}
How many processes are created when running this program
(including the initial one)?
Explain ؟؟؟
Answer Posted / govind verma
5 process will create..........
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the code in while loop that returns the output of given code?
how to build a exercise findig min number of e heap with list imlemented?
What is the difference between text files and binary files?
What is the purpose of type declarations?
Ow can I insert or delete a line (or record) in the middle of a file?
What is c language and why we use it?
Explain zero based addressing.
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is the advantage of c?
What does p mean in physics?
With the help of using classes, write a program to add two numbers.
Explain what are preprocessor directives?
a c code by using memory allocation for add ,multiply of sprase matrixes
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is keyword with example?