문자열?
문자의 나열
문자열을 저장하기 위해 필요한 것?
연속적인 메모리
문자열 다루기
배열로 다루기
char string[10] = "abcdefg";
또는
char string[] = "abcdefg";