#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 difference between ++a and a++?
How can I find out how much free space is available on disk?
How can I find out the size of a file, prior to reading it in?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What are the different types of pointers used in c language?
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.
Explain what is the difference between null and nul?
using only #include
How to find a missed value, if you want to store 100 values in a 99 sized array?
Difference between linking and loading?
why return type of main is not necessary in linux
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Do you know pointer in c?
What is difference between static and global variable in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2