在C语言中,换行可以通过以下几种方式实现:
(图片来源网络,侵删)1、使用转义字符`
:在字符串中插入
`可以实现换行。
#include <stdio.h> int main() { printf("Hello, World! "); printf("This is a new line. "); return 0; }
2、使用r
和`
组合:
r表示回车,
表示换行,在Windows系统中,可以使用
r
`组合实现换行。
#include <stdio.h> int main() { printf("Hello, World!r "); printf("This is a new line.r "); return 0; }
3、使用puts()
函数:puts()
函数会自动在字符串末尾添加换行符。
#include <stdio.h> int main() { puts("Hello, World!"); puts("This is a new line."); return 0; }
4、使用fputs()
函数:fputs()
函数可以将字符串写入指定的文件,并在字符串末尾自动添加换行符。
#include <stdio.h> int main() { fputs("Hello, World! ", stdout); fputs("This is a new line. ", stdout); return 0; }
5、使用printf()
函数的格式化输出:通过printf()
函数的格式化输出,可以在指定位置插入换行符。
#include <stdio.h> int main() { printf("Hello, World! "); printf("%s", "This is a new line. "); return 0; }
方法 | 示例代码 | 说明 |
| 转义字符`
|
printf("Hello, World!
") | 在字符串中插入
`实现换行 |
| `r
组合 |
printf("Hello, World!r
") | 在Windows系统中使用
r
`组合实现换行 |
puts() 函数 | puts("Hello, World!") | puts() 函数会自动在字符串末尾添加换行符 |
| fputs()
函数 | `fputs("Hello, World!
", stdout)` | 将字符串写入指定的文件,并在字符串末尾自动添加换行符 |
| 格式化输出 | `printf("Hello, World!
") | 通过
printf()`函数的格式化输出,在指定位置插入换行符 |
最新评论
本站CDN与莫名CDN同款、亚太CDN、速度还不错,值得推荐。
感谢推荐我们公司产品、有什么活动会第一时间公布!
我在用这类站群服务器、还可以. 用很多年了。