if i swich the two lines of the code
it seems to work. The question that I have is if I am using the right array makeAnArray or is it supposed to be anArray or array or even return?Code:return 0;
free(makeAnArray);
which one would free the correct array

