在C語言中,我們可以在同一位置進行聲明和定義,就像在上麵的示例程序中一樣。 ... int main(void) { int x = 20; fun(x); printf("x = %d", x); return 0; } ...
確定! 回上一頁