2010年7月19日月曜日

[CP:AMA] 5 Selection Statements


    Most of C's statements fall into three categories.

    • Selection statements
    • Iteration statements
    • Jump statements

    In another point of view, C's statements classified as below.

    • Single statement

      • Expression statement

    • Compound statement

    This chapter discusses the selection statements and the compound statement.

  • 5.1 Logical Expressions
    No new knowledge found.

  • 5.2 The if Statement
    `if' is a statement, and `? ... :' is an operator or a conditional expression. I see.

  • 5.3 The switch Statement
    No new knowledge found.

  • Q & A
    No new knowledge found.

plodding away.

0 件のコメント: