char * str =(char*)malloc(sizeof(char)); 이면

1. *str=(char*)malloc(sizeof(char));
2. str=(char*)malloc(sizeof(char));

1, 2 어느거하고 같은거야?