函數是C 語言的基本模組,讓程式能夠用模組化的方式,來簡化主程式的結構。 ... sum = a + b; return sum; } int main(void){ int sum, a, b; a = 1; ...
確定! 回上一頁