#include
int* ReverseArray(int*orig,unsigned short int b)
{
unsigned short int a=0;
int swap;
for(a;a