搜索

c语言中如何计算a+ b的和

发布网友 发布时间:2024-10-25 11:52

我来回答

1个回答

热心网友 时间:2024-10-25 11:55

计算a+b的和是C语言中最基础的语法之一。

程序如下:
#include <stdio.h>
int main()
{int a,b;
sacnf("%d",&a);//输入a的值
sacnf("%d",&b);//输入b的值
printf("%d",a+b);
return 0;
}

{struct Stu *pt;

int n;

int b=0;

pt=creat();

// check(pt);

while (b==0){

scanf ("%d",&n);

if (n==1)

pintf(pt);

if (n==2)

check(pt);

if (n==3)

edd(pt);

if (n==4)

De(pt);}

拓展资料:

输入数值需要使用scanf函数。

输出结果需要使用printf函数。

数字类型需要定义为%d类型。

声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。
E-MAIL:11247931@qq.com
Top