摘要: C语言基本输入输出 printf函数 :输出函数 打印内容到屏幕上面 这个函数需要包含头文件 #include <stdio.h> 基本用法 #include <stdio.h> int main() { printf("hello word"); return 0; } 转义字符 常用转义字符 转 阅读全文
posted @ 2022-09-20 23:46 理想还很年轻 阅读(55) 评论(0) 推荐(0)