#include func(int x) { x=10; printf(“%d, ”,x); } main( ) { int x=20; func(x); printf(“%d”, x); } 运行结果为( )

时间:2022-11-16 02:07:53

相似题目