본문 바로가기

공부/c언어

typedef char str[30]

반응형

typedef char str[30];

str string;

 

위 코드는 다음과 같습니다.

 

char string[30];


반응형