C

No Image

int型の配列を逆順にするコードです。

逆順にする配列は元から大きさが最大512である必要があります。

#include <stdio.h>void rev_intary(int arr;int i = 0;f ...