Syntax _Atomic ( type-name )
Each identifier that appears in a C program is only visible (that
Each expression in C (an operator with its arguments, a function call
Appears in the declaration syntax as one of the type specifiers to
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
Logical operators apply standard boolean algebra operations to their operands. Operator
Page 9 of 9