arati


{ City } maindargi
< Country > india
* Profession *
User No # 90942
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 2
Questions / { arati }
Questions Answers Category Views Company eMail




Answers / { arati }

Question { 4292 }

Consider the following C program.
#include
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

3

Is This Answer Correct ?    1 Yes 2 No