because anything divided by itself is 1 and I think that is whats happening. its pointing at the first data type in numA and dividing it by the size of int which would equal 1. I may be wrong though
Ok. In memory when you pass an array into a function it points to the first datatype. THen when you increment it goes to the next position etc. Its a little confusing. But that is just how it works