試驗七

ex2 1 #include <stdio.h> 2 #include <string.h> 3 const int N = 10; 4 5 // 定義結構體類型struct student,並定義其別名爲STU 6 typedef struct student { 7 long int id; 8 char name[20]; 9
相關文章
相關標籤/搜索