C언어 키워드



C언어 기본 구조



main 구조

int main(void)
{
	return 0;
}