C语言 - 结构体指针
摘要:
结构体指针 1 - 代码示例 ① 结构体指针和结构体数组 1 #include <stdio.h> 2 #include<string.h> 3 // 定义两个结构体 4 typedef struct student{ 5 6 char name[20]; 7 char sex; 8 int age 阅读全文
posted @ 2019-06-13 17:57 低头捡石頭 阅读(44) 评论(0) 推荐(0)
posted @ 2019-06-13 17:57 低头捡石頭 阅读(44) 评论(0) 推荐(0)
posted @ 2019-06-13 17:54 低头捡石頭 阅读(229) 评论(0) 推荐(0)