>>7
何もみずに書いてみたけど合ってる?

int *a = malloc(20);
*a = "Hello";
printf("%s", *a);