I want to make a reversed array for another array in C.
For example:
int nums[6]={1,2,3,4,5,6};
I want "reversed" to be the