#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
How a string is stored in c?
How to set file pointer to beginning c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Write a program that accept anumber in words
How can I call a function with an argument list built up at run time?
What is modeling?
What is the use of bit field?
Is javascript written in c?
What are the different types of control structures?
Explain how do you override a defined macro?
What does %c do in c?
How do you determine a file’s attributes?
Is struct oop?
What is difference between && and & in c?
What is the difference between a free-standing and a hosted environment?