C語言結構體經過 scanf初始化

# include <stdio.h> struct AGE { int year; int month; int day; }; struct STUDENT { char name[20]; int num; struct AGE birthday; float score; }; //分號不能省 int main(void) {
相關文章
相關標籤/搜索