Syntax _Static_assert ( expression
Each individual type in the C type system has several qualified versions of
This optional extension to the C language limits the potential results of executing some forms of undefined behavior, which improves the effectiveness of static analysis of
When an expression is used in the context where a value of a different type is expected, conversion may occur:
Assignment and compound assignment operators are binary operators that modify the variable to their left using the value to their right.
Allows values of integer type to be used in expressions directly. Syntax An integer constant is a
Includes another source file into the current source file at the line immediately after the directive. Syntax
When initializing an object of scalar type, the initializer must
An object whose identifier is declared with the storage-class specifier _Thread_local (since C11) has thread storage
Performs explicit type conversion. Syntax
Page 6 of 9