欢迎访问服务器技术网-www.fuwuqijishu.com

关于c语言的问提

程序设计 fuwuqijishu 2年前 (2022-10-01) 12次浏览 0个评论 扫描二维码

关于在电脑里输入a,b两个值,要求输出结果a,b两个值互换.
用c语言写出上面的问题,要完整的,谢谢!的问题

#define sw(x,y){x^=y;y^=x;x^=y;}
main()
{
int a=10,b=1;
sw(a,b);
printf(“%d,%d\n”,a,b);
}

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2510.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900