printf( "Hello, world\n" );because printf is just a function which is just an expression, but it also allows such oddities as
3 + 4;
printf( "foo" ) + printf( "bar" ); i++ = i++;because you will get different answers on different compilers (and maybe even on different runs!)