/*C語言印出函數中陣列元素的位置*/ #include<stdio.h> #include<stdlib.h> #define num 4. void function(int array[]); /*定義函數function()的原型 ...
確定! 回上一頁