在C 語言中,不論是variable、array、struct、或是function(一段程式碼),都有所屬 ... void func2(int int2, char char2); // 函式指標指向函式1 funcPtr1 = &func1; ...
確定! 回上一頁