#include <stdio.h>
#pramga
#define HELLO_WORLD 1
int main()
{
printf("hello world");
return 0;
}
int double float char struct typedef goto using namespace if else do while switch case
default continue break enum const
'Programming Language > basic C Language' 카테고리의 다른 글
4. 제어문 - if, else if, else, switch~case (0) | 2018.10.06 |
---|---|
3. 배열, 반복문 (while, for, do~while) (0) | 2018.10.06 |
2. 변수와 자료형과 연산자 (0) | 2018.10.06 |
1. 표준입출력 (0) | 2018.10.06 |
0. 개발 환경 구축하기 (0) | 2018.10.06 |