[SOLVED] CS #include

$25

File Name: CS_#include.zip
File Size: 103.62 KB

5/5 - (1 vote)

#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;
}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS #include
$25