C语言中,如何用键盘初始化结构体数组里的元素? !!!!!!??
2个回答
展开全部
sdf 44
姓名 = sdf 年龄 = 44Press any key to continue
#include <stdio.h>
#include "string.h"
struct student
{
char name[10];
int age;
}st;
main ( )
{
scanf("%s",&st.name);
scanf("%d",&st.age);
printf("姓名 = %s 年龄 = %d",st.name,st.age);
}
姓名 = sdf 年龄 = 44Press any key to continue
#include <stdio.h>
#include "string.h"
struct student
{
char name[10];
int age;
}st;
main ( )
{
scanf("%s",&st.name);
scanf("%d",&st.age);
printf("姓名 = %s 年龄 = %d",st.name,st.age);
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2011-06-28
展开全部
努力竞争一下。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询