직접 이름 못붙임??

int name=1 에서 name처럼



int *p=new int

*p=1

포인터이름으로밖에 접근 못하는 이유가 뭐야?