开发者社区 问答 正文

怎么给struct Date birthday赋值?

怎么给struct Date birthday赋值?

展开
收起
游客gaxazmvfuhuj2 2022-03-29 17:39:10 328 分享 版权
1 条回答
写回答
取消 提交回答
  • struct Student xiaoMing ;

    xiaoMing.age = 19;

    xiaoMing. name = "xiaoming" ;

    struct Student xiaoMing ;

    xiaoMing.age = 19 ;

    xiaoMing. name = "xiaoming";

    t

    2022-03-29 17:41:00
    赞同 展开评论
问答地址: