Cricket2
<font color=blue>Administrator<br><font color=red>
- Joined
- Jan 29, 2001
- Messages
- 7,985
If you know what this is and what it's from not to mention what the answer is, you are a pretty powerful nerd to say the least. 
Does anyone know the answer and what this is from without looking it up?
#include <stdio.h>
#define SIX 1 + 5
#define NINE 8 + 1
int main()
{
printf( "The meaning of life: %d\n", SIX * NINE );
return( 0 );
}
You can PM me answers if you like
JC

Does anyone know the answer and what this is from without looking it up?
#include <stdio.h>
#define SIX 1 + 5
#define NINE 8 + 1
int main()
{
printf( "The meaning of life: %d\n", SIX * NINE );
return( 0 );
}
You can PM me answers if you like

JC




If something needs to be done or fixed and he has never done it befor, all he has to do is SCAN a book on it and he gets the job done. (What is that, nerd to the tenth power.

