Reverse array by swapping in C · #include <stdio.h> · int main() { · int array[100], n, c, t, end; · scanf("%d", &n); · end = n - 1; ...
確定! 回上一頁