More actions
imported>smksyj No edit summary |
imported>smksyj No edit summary |
||
| Line 1: | Line 1: | ||
== 진행 == | == 진행 == | ||
* 변수 | * 변수 | ||
** 변수 이름(identifier) | |||
** 상수 | ** 상수 | ||
** const를 이용한 상수와 #define을 이용한 상수 | ** const를 이용한 상수와 #define을 이용한 상수 | ||
** 타입 | ** 타입 | ||
** 크기 | |||
** 값의 형태 | |||
** | |||
* 조건문 | * 조건문 | ||
** if, if-else, if-else if-else | ** if, if-else, if-else if-else | ||
Revision as of 02:20, 27 March 2014
진행
- 변수
- 변수 이름(identifier)
- 상수
- const를 이용한 상수와 #define을 이용한 상수
- 타입
- 크기
- 값의 형태
- 조건문
- if, if-else, if-else if-else
- expression
- 비교 연산자(<, >, <=, >=, ==, !=)
- printf와 scanf의 사용