摘要:
1.c语言工程文件 .c表示源文件 .h表示头文件 2.第一个c语言程序 stdio.h表示 standard input output的头文件,使用printf 需要include <stdio.h> # include <stdio.h> int main() { printf("#####") 阅读全文
posted @ 2021-02-19 20:48
ananmy
阅读(223)
评论(0)
推荐(0)
浙公网安备 33010602011771号