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

7

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between a structure and a union.

1329


a program that can input number of records and can view it again the record

1959


What is a wrapper function in c?

1166


Write a function that will take in a phone number and output all possible alphabetical combinations

1098


What is this pointer in c plus plus?

1138


Is c is a high level language?

1251


Is c easier than java?

1119


What is meant by keywords in c?

1112


What does & mean in scanf?

1164


What is the difference between strcpy() and memcpy() function in c programming?

1130


Can you please explain the scope of static variables?

1106


What are types of preprocessor in c?

1112


What are the ways to a null pointer can use in c programming language?

1193


How can I read data from data files with particular formats?

1090


what value is returned to operating system after program execution?

2177