摘要: printf 函数可以输出各种类型的数据。实际原理是 printf 函数将各种类型的数据格式化为字符串后,放入标准输出缓冲区,然后将结果显示到屏幕上。 语法 printf 函数的声明: #include <studio.h> int printf(const char *format, ...); 阅读全文
posted @ 2024-01-04 23:41 hzyuan 阅读(415) 评论(0) 推荐(0)