The typedef declaration provides a way to declare an identifier as a type alias, to be used to replace a possibly complex type name. The
Pointer is a type of an object that refers to a function or an object of another type, possibly adding qualifiers. Pointer may also refer to nothing, which is indicated by
Comments serve as a sort of in-code documentation. When inserted into a program, they are effectively ignored by the compiler; they are solely intended to be used as notes
An enumerated type is a distinct type whose value is restricted to one of
(See also arithmetic types for the details on most
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
This is a reference of the core C language constructs.
Transfers control unconditionally to the desired location. Used when it is otherwise impossible to transfer control to the desired location
Specify storage duration and linkage of objects and functions: auto - automatic duration and no linkage
Shows the given error message and renders the program ill-formed. Syntax
Page 2 of 9