#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 does the error message "DGROUP exceeds 64K" mean?
What are the types of bitwise operator?
What is bss in c?
What are bitwise shift operators in c programming?
What is the difference between procedural and functional programming?
Does free set pointer to null?
What is double pointer in c?
Are global variables static in c?
Is it better to bitshift a value than to multiply by 2?
what will be maximum number of comparisons when number of elements are given?
What is the difference between single charater constant and string constant?
What is the advantage of an array over individual variables?
C language questions for civil engineering
What is static memory allocation?
Can the size of an array be declared at runtime?