輸出學生成績(聲明一個簡單的結構類型表示學生成績,編寫一個函數,將該結構類型變量做爲函數的參數)

#include<stdio.h> struct student { char name[20]; float score[3]; }student={「fan」,97.0,97.5f,98.5f}; void Display(struct student stu) { printf(" 信息 \n"); printf(「名字:%s\n」,stu. name); printf(「數學成績:%f\n
相關文章
相關標籤/搜索