一個比較怪異的操作,沒有返回值

對於這個程序,我是無話可說,不知道哪個老師出的題,讓我倍感迷茫 #include<stdio.h> int fun(int a, int b, int c) { a = 456; b = 567; c = 678; } int   main() { int x = 10, y = 20, z = 30; z = fun(x, y, z); printf("%d, %d, %d\n", x, y,
相關文章
相關標籤/搜索