1They are the same to the compiler therefore, *x IS PREFERED! Why:
2int* x, y, z;
3A programmer understands that x, y and z are All pointers... That's a LYE!
4Only x is a pointer.
5--------------------------
6int *x, y, z;
7We can clearly understand that X IS THE ONLY POINTER.