Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

#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 &#1567;&#1567;&#1567;

Answer Posted / govind verma

5 process will create..........

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

1287


How can I dynamically allocate arrays?

1161


What is define c?

1154


Explain what is the benefit of using #define to declare a constant?

1273


What is hashing in c?

1209


What is the advantage of c?

1203


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3439


When should you not use a type cast?

1178


What is malloc calloc and realloc in c?

1424


Is there a built-in function in C that can be used for sorting data?

1338


What are terms in math?

1097


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

1115


What are high level languages like C and FORTRAN also known as?

1235


How can I trap or ignore keyboard interrupts like control-c?

1115


How can I find the modification date of a file?

1337