下面程序的运行结果是()。 define POW(r)r*r main() {int x=2,y=3,t; t=POW(x+y); printf("%d\n"

下面程序的运行结果是()。 define POW(r)r*r main() {int x=2,y=3,t; t=POW(x+y); printf("%d\n",t); }

时间:2023-03-20 12:42:24

相似题目