More actions
imported>smksyj No edit summary |
imported>smksyj No edit summary |
||
| Line 2: | Line 2: | ||
* 변수 | * 변수 | ||
** C 프로그램이 메모리에 올라갔을 때의 메모리 구조 | ** C 프로그램이 메모리에 올라갔을 때의 메모리 구조 | ||
** 변수 | ** 변수 선언과 초기화 | ||
** ''type'' ''variable_name''; 형태 | ** ''type'' ''variable_name''; 형태 | ||
** ''type'' ''variable_name'' = ''value''; 형태 | |||
** 변수 이름(identifier) 제약 | ** 변수 이름(identifier) 제약 | ||
** 상수 | ** 상수 | ||
Revision as of 02:31, 27 March 2014
진행
- 변수
- 조건문
- if, if-else, if-else if-else
- expression
- 비교 연산자(<, >, <=, >=, ==, !=)
- switch-case
- printf와 scanf의 사용