2021年8月30日

摘要: 代码:************ #include <stdio.h> int main(){ printf("Hello World"); return 0;} 1. stdio.h 头文件的作用, 函数的声明,传参,编译时提供校验; 2. xx.c 文件的作用,函数的定义,具体的实现方法; 3. 阅读全文
posted @ 2021-08-30 22:15 brian90 阅读(149) 评论(0) 推荐(0)

导航