《根据父母身高计算儿子的身高》在vs2022里调试为什么有错误警告???
发表在C语言图书答疑 2021-12-05 悬赏:2 学分 《零基础学C语言》第1章 C语言概述
是否精华
版块置顶:
#include<stdio.h>
#define HEG 0.54
float height(float father,float mother);

int main()
{
	float father;
	float mother;
	float son;

	printf("父亲的身高\n");
	scanf("%f", &father);
	 
	printf("母亲的身高\n");
	scanf("%f", &mother);

	son = height(father, mother);
	printf("儿子的身高\n");
	printf("%.2f\n", son);
	return 0;
}
float height(float father, float mother)
{
	float son = (father + mother) * HEG;
	return son;
}


分享到:
精彩评论 3
zhumin
学分:28 LV2
2021-12-05
沙发
	printf("父亲的身高\n");
	scanf("%f", &father);
	 
	printf("母亲的身高\n");
	scanf("%f", &mother);

显示错误在scanf


zhumin
学分:28 LV2
2021-12-05
板凳

找到原因了,原来scanf被VS2022弃用了。用了scanf_s替代.

李木子
学分:2954 LV11
2021-12-07
地板

是的 需要改成scanf_s

首页上一页 1 下一页尾页 3 条记录 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经营性网站备案信息 营业执照