A function definition associates the function body (a sequence of declarations and statements) with the function name and parameter list. Unlike
Transfers control unconditionally to the desired location. Used when it is otherwise impossible to transfer control to the desired location
Constructs an unnamed object of specified character array type in-place, used when a character string needs to be embedded in source code.
Syntax ' c-char ' (1)
At the top level of a translation unit (that is, a
Declares an inline function.
This is a reference of the core C language constructs.
Every C program contains the definition (not the prototype) of a function called main, which is the designated start of the program.
Escape sequences are used to represent certain special characters within
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
Page 3 of 9