Saturday, September 18, 2010

함수의 이름:

eg. void main()

함수안의 명령
command inside of function;

eg: printf("korean\n"0;


print 함수를 쓰겠다는 선언

eg. #include

프로그래밍의 시작점

eg. void main()


natural 명령어
"문자열을 출력하라."

No comments:

Post a Comment