#define MAX_NAME_SIZE 1000 typedef struct { uint32_t id; char name[MAX_NAME_SIZE]; uint32_t passing_year; } Student;. We declare a database (simply an array ...
確定! 回上一頁