1个回答
展开全部
第一题:
用结构,
里面学号就用int,姓名就用char数组 3门成绩也用int数组
用心学学吧同志
给你起个头,看不懂就完蛋了
#include <stdio.h>
#include <string.h>
#define AM 2
void main()
{
struct std
{
int NUM;
char *name;
float score;
};
struct std students[AM];
for(int i=0;i<AM;i++){
printf("please input the student %d NUM;",i);
scanf("%d",&students[i].NUM);
printf("please input the student %d name;",i);
scanf("%s",&students[i].name);
}
}
用结构,
里面学号就用int,姓名就用char数组 3门成绩也用int数组
用心学学吧同志
给你起个头,看不懂就完蛋了
#include <stdio.h>
#include <string.h>
#define AM 2
void main()
{
struct std
{
int NUM;
char *name;
float score;
};
struct std students[AM];
for(int i=0;i<AM;i++){
printf("please input the student %d NUM;",i);
scanf("%d",&students[i].NUM);
printf("please input the student %d name;",i);
scanf("%s",&students[i].name);
}
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询