当前位置: X题卡 > 所有题目 > 题目详情

以下程序的输出结果是 【10】 。 #include <stdio.h> void swap(int *a, int *b) { int *t; t=a; a=b; b=t; ...

查看本题答案

热门试题

更多