Causes the remaining portion of the enclosing for,
Transfers control unconditionally to the desired location. Used when it is otherwise impossible to transfer control to the desired location
Executes a statement repeatedly, until the value of expression becomes equal to zero. The test takes place before each
Array is a type consisting of a contiguously allocated nonempty sequence of objects with a particular element type. The number of those objects (the array size) never
Order of evaluation of the operands of any C operator, including the order of evaluation of function arguments in a function-call expression, and the order of evaluation of
Every C program contains the definition (not the prototype) of a function called main, which is the designated start of the program.
A collection of operators that do not fit into any of the other major categories.
Each individual type in the C type system has several qualified versions of
Implementation defined behavior is controlled by #pragma directive. Syntax
At the top level of a translation unit (that is, a
Page 3 of 9