12章实例01
还有0人有此问题
发表在C语言图书答疑 2020-12-08
是否精华
版块置顶:

第32行代码printf("这个罐头瓶装%s\n",t.p.name);其中的t.p.name 应该是桃子。接下来的显示效果里面说:这个关头瓶装山楂。

分享到:
精彩评论 5
李木子
学分:2954 LV11
2020-12-09
沙发

你好:

    你运行一下程序就知道了 输出的结果是桃子还是山楂

18652179116
学分:750 LV7
2020-12-09
板凳

李木子 发表于2020-12-09 08:40

你好:

    你运行一下程序就知道了 输出的结果是桃子还是山楂

#include"stdio.h"

#include<string.h>



struct peaches

{

char name[64];

};

struct coconut

{

char name[64];

};

struct hawthorn

{

char name[64];

};

union tin

{

struct peaches p;

struct coconut c;

struct hawthorn h;

};

int main()

{

union tin t;

strcpy(t.p.name, "桃");

strcpy(t.c.name, "椰子");

strcpy(t.h.name, "山楂");

printf("这个罐头瓶装%s\n",t.p.name);

return 0;

}

严重性 代码 说明 项目 文件 禁止显示状态

错误 C4996 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 学习练习 E:\VS学习\学习练习\学习练习\结构体数组.c 27


18652179116
学分:750 LV7
2020-12-09
地板

18652179116 发表于2020-12-09 09:38

#include"stdio.h"

#include<string.h>



struct peaches

{

char name[64];

};

struct coconut

{

char name[64];

};

struct hawthorn

{

char name[64];

};

union tin

{

struct peaches p;

struct coconut c;

struct hawthorn h;

};

int main()

{

union tin t;

strcpy(t.p.name, "桃");

strcpy(t.c.name, "椰子");

strcpy(t.h.name, "山楂");

printf("这个罐头瓶装%s\n",t.p.name);

return 0;

}

严重性 代码 说明 项目 文件 禁止显示状态

错误 C4996 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 学习练习 E:\VS学习\学习练习\学习练习\结构体数组.c 27


老师,这个不给显示啊,提示我显示错误

18652179116
学分:750 LV7
2020-12-09
4L

李木子 发表于2020-12-09 08:40

你好:

    你运行一下程序就知道了 输出的结果是桃子还是山楂

1607478215.png


李木子
学分:2954 LV11
2020-12-10
5L

18652179116 发表于2020-12-09 09:44

1607478215.png


你好:

   书上用的是vc6,你用的是vs,你可以参照这几种方法简单的修改一下https://blog.csdn.net/qq_31130073/article/details/110518152

首页上一页 1 下一页尾页 5 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照