#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
Differentiate between a structure and a union.
a program that can input number of records and can view it again the record
What is a wrapper function in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is this pointer in c plus plus?
Is c is a high level language?
Is c easier than java?
What is meant by keywords in c?
What does & mean in scanf?
What is the difference between strcpy() and memcpy() function in c programming?
Can you please explain the scope of static variables?
What are types of preprocessor in c?
What are the ways to a null pointer can use in c programming language?
How can I read data from data files with particular formats?
what value is returned to operating system after program execution?