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 / bikash

3

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I remove the trailing spaces from a string?

1117


Are the variables argc and argv are always local to main?

1080


Why cant I open a file by its explicit path?

1082


Why do we use return in c?

1047


What is the difference between #include and #include 'file' ?

1115


What is the difference between #include

and #include “header file”?

1081


What is multidimensional arrays

1174


Is this program statement valid? INT = 10.50;

1230


What is difference between far and near pointers?

1104


How do you print only part of a string?

1067


What is #line?

1109


Define circular linked list.

1082


What is wrong with this statement? Myname = 'robin';

1391


What is volatile, register definition in C

1149


What is the difference between functions abs() and fabs()?

1207