随笔分类 -  C语言知识点

C语言知识点概述,C语言知识点常用覆盖,解决初学者绝大部分问题
摘要:结构体类型的定义 #include<stdio.h> #include<math.h> #define e 2.718 //typedef int INTEGER 别名 int main(){ //1 struct student{ int num; char name[8]; float scor 阅读全文
posted @ 2023-03-16 21:13 Development_UP 阅读(11) 评论(0) 推荐(0)