#include <stdio.h>
main()
{
printf(“나의 이름은...\n”);
printf("홍길동 입니다. \n“);
}
'Study > C언어' 카테고리의 다른 글
입력값 출력하기(scanf.c) (0) | 2013.04.29 |
---|---|
변수값 출력하기(print1.c) (0) | 2013.04.29 |
변수값 출력하기(variable.c) (0) | 2013.04.29 |
문자출력하기(hello.c) (0) | 2013.04.29 |
Dev c++ (4) | 2013.04.15 |