#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 / neelankshi
7
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the size of structure in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Explain how can you check to see whether a symbol is defined?
Which is an example of a structural homology?
What is the difference between ++a and a++?
What are the different categories of functions in c?
Difference between MAC vs. IP Addressing
What are the 5 elements of structure?
What is the use of function overloading in C?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Can you apply link and association interchangeably?
When should the register modifier be used? Does it really help?
What will the preprocessor do for a program?
What is the difference between malloc() and calloc() function in c language?
Difference between macros and inline functions? Can a function be forced as inline?