main(){ char str[]="Hello World!\n"; int i; for (i=0;i<14;i++)putchar(str[i]); return 0; }