Describes the C11 _Static_assert keyword and the C11 static_assert macro. Tests an assertion at compile time. If the specified constant expression is false, the ...