For this line:


printf("%d\n", *p);

Your answer here is wrong if malloc() is not called. There is no guarantee that the program even works when that line is executed. When you dereference an...