* : 2011/4/19 5~ 8
* : 06
* : 11 태
* : 06
* : 11 태
1. ¶
-
-
- Type Casting 해 .
- ) int -> float, float -> int 환 automatically type casting PPT .
- )
- ) int -> float, float -> int 환 automatically type casting PPT .
int a=3, b=2;
float c = a/b;
printf("%d",c);
1.0. type 환키 . (type)variable
int a=3, b=2;
float c = ((float)a)/b;
printf("%d",c);
1.5.- Dangling Else 해 .
- Else 한 if 하 태 Dangling Else 합.
- Else 한 if 하 태 Dangling Else 합.
- 트 해 .
- & | ^ ~ And OR . XOR 하.
- & | ^ ~ And OR . XOR 하.
- 8 16 표 해 . 0x 8 x 16?
- 8 -> 2, 16 -> 2 해 . 해.
- 해.
- Reverse Word 해.
- Local Variable, Global Variable 해.
- Call-By-Value .
- printf .
- 함 input, , ouput . 함 return return 합.










