int *point1
int **point2

point2=&point1;
printf(\"%x\", *point2);
했다면

포인트2 는 포인트1의 주소값이 나오는거나여