Each expression in C (an operator with its arguments, a function call
The preprocessor supports conditional compilation of parts of a source file. This behavior is controlled by #if, #else, #elif, #ifdef
C programs create, destroy, access, and manipulate objects. An object, in C, is region of
A struct is a type consisting of a sequence of members whose storage is allocated in an ordered sequence (as opposed to union, which is a type consisting of a sequence of members
Provides a way to choose one of several expressions at compile time, based on a type of a controlling expression. Syntax
Appears in the declaration syntax as one of the type specifiers to
C source code may be written in any non-ASCII 7-bit character set that includes the
Page 9 of 9