DDWpro 2021-11-30 10:10 采纳率: 66.7%
浏览 46
已结题

C语言结构体输入问题,无法实现输入

程序运行时输入name后就直接结束了

#include<stdio.h>
#include<string.h>
int main()
{
    struct DateType
    {
        int year;
        int month;
        int day;
    }birthday;
    struct StudentType
    {
        int num;
        char *name;
        char sex[3];
        struct DateType birthday;
        float score;
    }boy,girl;
    printf("Please input the name of the boy\n");
    gets(boy.name);
    printf("Please input the sex of the boy\n");
    gets(boy.sex);
    printf("Please input the score of the boy\n");
    scanf("%.2f",boy.score);
    printf("%s\n%s\n%f\n",boy.name,boy.sex,boy.score);
    

  • 写回答

2条回答 默认 最新

  • 於黾 2021-11-30 10:14
    关注

    name是个指针,不是数组
    它只能指向一个数组,它自己本身不是数组
    你没给它分配内存空间

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 12月8日
  • 已采纳回答 11月30日
  • 创建了问题 11月30日

悬赏问题

  • ¥15 mmo能不能做客户端怪物
  • ¥15 osm下载到arcgis出错
  • ¥15 Dell g15 每次打开eiq portal后3分钟内自动退出
  • ¥200 使用python编写程序,采用socket方式获取网页实时刷新的数据,能定时print()出来就行。
  • ¥15 matlab如何根据图片中的公式绘制e和v的曲线图
  • ¥15 我想用Python(Django)+Vue搭建一个用户登录界面,但是在运行npm run serve时报错了如何解决?
  • ¥15 QQ邮箱过期怎么恢复?
  • ¥15 登录他人的vue项目显示服务器错误
  • ¥15 (标签-android|关键词-app)
  • ¥15 comsol仿真压阻传感器