lordandrei.com
How not to start a weekend…
#include #define SIX 1 + 5 #define NINE 8 + 1 int main() { printf( “The meaning of life: %d\n”, SIX * NINE ); return( 0 ); } Please note: The output of this program woul…