#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 / bikash
3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will be your course of action for a push operation?
Can you write a programmer for FACTORIAL using recursion?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What are the uses of a pointer?
What is scope and lifetime of a variable in c?
Why main function is special give two reasons?
What are inbuilt functions in c?
What is realloc in c?
How can this be legal c?
What is huge pointer in c?
program to convert a integer to string in c language'
What are the basic data types associated with c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is methods in c?
What is the meaning of && in c?