#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 ؟؟؟
Answer Posted / aman goyal
127
64+32+16+8+4+2+1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List a few unconditional control statement in c.
What is keyword with example?
What is the purpose of sprintf() function?
What is local and global variable in c?
What library is sizeof in c?
How are 16- and 32-bit numbers stored?
Can we access the array using a pointer in c language?
What is integer constants?
Should a function contain a return statement if it does not return a value?
What is modeling?
How does selection sort work in c?
Explain what are run-time errors?
Is c easier than java?
what is the different bitween abap and abap-hr?
How old is c programming language?