摘要:
就是scanf()函数、printf()函数、getchar()函数和putchar()函数,它们都要引入stdio.h printf()函数 日常使用 # include <stdio.h> void main { printf("hello world!"); } 结果就是hello world 阅读全文
posted @ 2023-11-09 13:24
Mryan2005
阅读(42)
评论(0)
推荐(0)
摘要:
它的基本结构 一句话总结 C语言的源代码由预处理指令、函数、变量、语句&不等式、注释构成 如下所示 # include <stdio.h> // 预处理指令 int main(){ //函数 int text; text = 24; //变量 printf("hello world!\n"); // 阅读全文
posted @ 2023-11-09 12:18
Mryan2005
阅读(25)
评论(0)
推荐(0)
浙公网安备 33010602011771号