#include <stdio.h> #define SIX 1 + 5 #define NINE 8 + 1
int main(void)
{
printf( "What you get if you multiply six by nine: %d\n", SIX *
NINE );
return 0;
}
dari:
http://en.wikipedia.org/wiki/The_Answer_to_Life,_the_Universe,_and_Everything
#include <stdio.h> #define SIX 1 + 5 #define NINE 8 + 1
int main(void)
{
printf( "What you get if you multiply six by nine: %d\n", SIX *
NINE );
return 0;
}
dari:
http://en.wikipedia.org/wiki/The_Answer_to_Life,_the_Universe,_and_Everything