下面來看看一個列印陣列元素的C++函式的例子。 #include <iostream> using namespace std; void printArray(int arr[5]); int main() { int arr1[5] = { ...
確定! 回上一頁