题目内容
#include void func(int x) {x=10;printf(“%d, ”,x);}int main( ){ int x=20;func(x);printf(“%d”, x);return 0;}运行结果为:
查看答案
搜索结果不匹配?点我反馈
更多问题