C Program to Reverse an Array Using Function ; void reverse(int *a,int n). { ; int i;. printf("Array is :("); ; for(i = 0; i < n; i++). { ; printf(" ...
確定! 回上一頁