1)字符串中间换行,有两种方法:
第一种
printf( "hello" "world" );
第二种
printf( "hello\world" );
2)其它情况,只要不把关键字和标示符分开就可以换行:
如
printf("%d %d",x,y);
望采纳!
直接换行就行了