搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ 最基本的加法运算?怎么写?
标题:
最基本的加法运算?怎么写?
取消只看楼主
wenluyou
等 级:
新手上路
帖 子:8
专家分:0
注 册:2016-2-24
结帖率:
75%
楼主
已结贴
√
问题点数:10 回复次数:0
最基本的加法运算?怎么写?
#include <stdio.h>
int main(){
int a=100;
int b=12;
char sum;
printf("sum=a+b\n",sum);
return 0;
} //我这样子是错的。
搜索更多相关主题的帖子:
include
return
2016-02-26 22:42
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-461974-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.585218 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved