int* score=0;


vs


int *score=0;


어떤사람은 첫번째로 하라 하고 어떤사람은 두번째로 하라는데.... 


정말 고민입니다.