有以下程序 include<stdio.h>include<string.h>typedef struct stu { char name[10]; char gender; int score; } STU; void f(); } 程序的运行结果是

A.Zhao,m,290,Zhao,m,290 B.Zhao,m,290,Qian,m,290 C.Zhao,m,290,Qian,m,350 D.Zhao,m,290,Qian,f,350

时间:2024-01-11 21:27:34

相似题目