The preprocessor supports text macro replacement and function-like text macro replacement. Syntax
Defines the semantics of computer memory storage for the purpose of the C abstract machine. The data storage (memory) available to a C program
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
Each individual type in the C type system has several qualified versions of
Executes a statement repeatedly, until the value of expression becomes equal to zero. The test takes place before each
Every C program contains the definition (not the prototype) of a function called main, which is the designated start of the program.
Several operators convert operand values from one type to another automatically. This subclause specifies the result required from such an implicit conversion, as well as those
Escape sequences are used to represent certain special characters within
Declares an inline function.
Queries size of the object or type. Used when actual size of the object must be known. Syntax
Page 3 of 9