char buf[100]="hello";

이런식으로 넣잖아.
근데 내가 hello "a" 라는 문자열을 넣으려면 어케해야돼?
char buf[100]="hello "a"";

이런식으로 하면 에러나는거 같아서..