执行下面程序,正确的输出是( )。 int x = 5, y = 7; void swap ( ) { int z ; z = x ; x = y ; y = z ; } int main(void) { int x = 3, y = 8; swap ( ) ; printf ( " %d , %d ", x , y ) ; return 0 ; }
A.
3,8
B.
8,3
C.
5,7
D.
7,5
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
皮皮学刷刷变学霸
举一反三
【单选题】Love and bread______equally important; the one enriches my spiritual life, and the other my material life.