When an identifier is encountered in a C program, a lookup is performed
The following table lists the precedence and associativity of C operators. Operators are listed top to bottom, in descending precedence.
Each individual type in the C type system has several qualified versions of
Conditionally executes code. Used where code needs to be executed only if some condition is true. Syntax
Declares a member with explicit width, in bits. Adjacent bit field members may be packed to share and straddle the individual bytes. A bit field
Every object in C exists, has a constant address, retains its
Specifies that the function does not return to its point of invocation. Syntax
C source code may be written in any non-ASCII 7-bit character set that includes the
C programs create, destroy, access, and manipulate objects. An object, in C, is region of
Provides a way to choose one of several expressions at compile time, based on a type of a controlling expression. Syntax
Page 8 of 9