#include main(){ static char * hw = "Hello, world\n"; printf ("%s",hw); printf ("%s",++hw);}