U E D R , A S I H C RSS

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

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

Contents

1.
2.
3.


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.0220 sec