#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
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
what is the disadvantage of using macros?
Describe dynamic data structure in c programming language?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
what are the compilation steps? ( i want inside the compiler )
What does %2f mean in c?
Why do we use & in c?
What is modifier & how many types of modifiers available in c?
what are brk, sbrk?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,