#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 ؟؟؟
Answers were Sorted based on User's Feedback
why do some people write if(0 == x) instead of if(x == 0)?
write a program in c to read array check element is present or not?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
Does c have function or method?
What is a pointer value and address in c?
how to print value of e(exp1)up to required no of digits after decimal?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
What's the best way of making my program efficient?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Why should I use standard library functions instead of writing my own?
Which programming language is best for getting job 2020?