Consider the following C program.
#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
Post New Answer View All Answers
Are negative numbers true in c?
What is typedef struct in c?
How to draw the flowchart for structure programs?
How arrays can be passed to a user defined function
Write a code to generate divisors of an integer?
What is the benefit of using an enum rather than a #define constant?
What are the primitive data types in c?
Here is a neat trick for checking whether two strings are equal
What is the value of uninitialized variable in c?
What is the total generic pointer type?
What is a class c rental property?
What is modeling?
How can you restore a redirected standard stream?
Why is extern used in c?
Disadvantages of C language.