char* name = \"pg\";
char name [] = \"pg\";
char* name = malloc (sizeof (char)*3)

차이점이 멀까요(10점)