Statements

A statement, the smallest independent computational unit, specifies an action to be performed. In most cases, statements are executed in sequence. The following is a summary of the statements available in C and C++:
  • Labeled statements
  • Expression statements
  • Block statements
  • Selection statements
  • Iteration statements
  • Jump statements
  • Declaration statements
  • C++ only try blocks
  • Null statement
  • IBM extension Inline assembly statements (C only) (IBM extension)