综合百科

C语言里 怎么从键盘上输入换行符

\n就是换行符例如:printf("换行符的使用\n hello world"); //这个样子使用,输出就会自动换行。