#include
#include
int a = 42;
int main(int argc, char *argv[])
{
int b = 23;
printf(Hello world!
);
fork();
printf(My favorite number is %d.
,
argc + a + b);
return 0;
}
#include
#include
int a = 42;
int main(int argc, char *argv[])
{
int b = 23;
printf(Hello world!
);
fork();
printf(My favorite number is %d.
,
argc + a + b);
return 0;
}
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.