포인터 변수 선언할 때

1
2
int* data = NULL;
int *data = NULL;
cs


라인1과 라인2의 차이점이 모져..?