#include int main(void) { char s[] = "Howdy horny!\n"; char *t = s; puts((t + 6)); return 0; }