#includestdio.h
int main()
{
int a,b;
scanf("%d %d",a,b);
a = a + b;
b = a - b;
a = a - b;
printf("a=%d,b=%d", a, b);
return 0;
}
方法 3:(指针)
程序如下:
#includestdio.h
int fun(int *p, int *q)
{
int tmp = *p;
*p = *q;
*q = tmp;
}
int main()
{
int a,b;
scanf("%d %d",a,b);
printf("%d,%d\n", a, b);
fun(a, b);
printf("%d,%d\n", a, b);
return 0;
}
【c语言用函数交换两个数 c语言怎么用函数交换两个数的值】c语言用函数交换两个数的介绍就聊到这里吧 , 感谢你花时间阅读本站内容,更多关于c语言怎么用函数交换两个数的值、c语言用函数交换两个数的信息别忘了在本站进行查找喔 。
推荐阅读
- oracle数据库loop,Oracle数据库long转blob
- html5图片居中属性,html5图片居中对齐
- 电视图像怎么调大小比较好,电视图像调整
- B站新版直播间sc在哪,b站sc主播有收益吗
- Python用函数算水费 python计算电费
- 公众号的阅读渠道,公众号阅读渠道分析
- 1055t支持虚拟机吗,1050ti虚拟机
- 微软vb.netc 微软chat GPT
- 电池企业erp系统有哪些品牌,电池企业erp系统有哪些品牌名称