Programming/C

식별자와 예약어

김병현 2008. 7. 10. 00:17
#include <stdio.h>

void main(void)
{
     int data = 10;
     printf("식별자와 예약어");
}

실행화면