Variable types with * prefix

My original declaration was --

 int destData[4];

which you have changed to long int to make the programming easier.