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