I have been trying this for a week and i still dont understand how to do it. I have to reverse the elements of an a array. I turned the problem into the teacher already and she said all i did was print them backwards and not reversed the elements. I know how to exchange values but i just cant figure this problem out.

this is my array.....can u help me reverse the elements..??

ary[MAX]={89,92,56,34,28};
for (i=0;i<MAX;i++)

thanx.