U E D R , A S I H C RSS

새싹교실/2011/무전취식/레벨5

* : 2011/4/19 5~ 8
* : 06
* : 11



1.


  • 간고



  • Type Casting .
    • ) 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 .

  • .
    • & | ^ ~ 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.



2.


  • : F4(ThreeFs + Future Action Plan) .
    • : ThreeFs, ThreeFs(), FiveFs()

      • Facts, Feelings, Findings, Future Action Plan. , , , 깨 , .
      • : " 5 .() 기 .() .(깨) .()"

* . . -



3.


- Wiki
- . .
- .
- 5 3.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:43
Processing time 0.0157 sec