* : 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 꼭 .










