考试
1970-01-01 08:00:00

若有int a,b,t;下面不能实现将a和b中的数据进行交换

题目描述

若有int a,b,t;下面不能实现将a和b中的数据进行交换的是()

答案解析

a=a+b; a=a-b; b=a-b;

加载中...
AI正在思考中,请稍候...