#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

Explain what is operator promotion?

637


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

580


What is d scanf?

595


What are the advantages of Macro over function?

1207


What is boolean in c?

614






What are shell structures used for?

602


How can I pad a string to a known length?

612


When is the “void” keyword used in a function?

840


Explain the process of converting a Tree into a Binary Tree.

2107


What is memory leak in c?

638


Explain pointer. What are function pointers in C?

629


Explain how do you list files in a directory?

619


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1675


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2985


What are the Advantages of using macro

688