int* numPtr1; numPtr1 = malloc(sizeof(int));
I want to know the difference of the syntax of memory allocation. Please compare the above and