#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 ؟؟؟
Answers were Sorted based on User's Feedback
What is binary tree in c?
How will you divide two numbers in a MACRO?
Explain what’s a signal? Explain what do I use signals for?
Is a pointer a kind of array?
Why doesnt that code work?
What are the Advantages of using macro
What does the error message "DGROUP exceeds 64K" mean?
What is pointer to pointer in c with example?
explain memory layout of a C program
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
How many types of functions are there in c?