Is there any C compiler able to detect the violation of a "strictly conforming program"?...
Read Moreprintf("%a"): how the format and parameters of hexadecimal floating-point constant are sel...
Read MoreIs the term "format specifier" a synonym for term "conversion specifier"?...
Read MoreCan I treat an `enum` variable as an `int` in C17?...
Read MoreWhich sections of the C standard prove the relation between the integer type sizes?...
Read MoreIs there a standard way to check at compile time that file is being preprocessed only?...
Read MoreIf unary operators have near the highest priority, then why the order of evaluation of # and ## oper...
Read MoreWhy Clang running on Windows has no C conformance (__STDC__ is not defined to 1)?...
Read MoreWhy QNAN == QNAN does not lead to raising FE_INVALID exception?...
Read MoreC standard: structure and union specifiers: what is the exact definition of 'suitably converted&...
Read MoreWhy converting 'out of range integer to integer' leads to IB, but converting 'out of ran...
Read MoreWhy not all the standard headers are preceded with std prefix?...
Read MoreDoes name of stdatomic.h contradict with (potential) restriction of the mapping to eight significant...
Read MoreIs fpclassify(x) == FP_NAN functionally equivalent to isnan(x)?...
Read MoreIs assignment x=1; always an undefined behaviour according to C17?...
Read MoreIs program translation direction well-defined?...
Read MoreContradiction in C18 standard (regarding character sets)?...
Read MoreWill C++20 standard include C18 standard...
Read MoreWhat is C17 and what changes have been made to the language?...
Read MoreWill i=i++ be newly well-defined in C17?...
Read MoreIs indexing a string literal an initializer constant expression?...
Read MoreC11 Annex K: "objects that overlap"...
Read MoreIs there something that resembles std::lock_guard in native C?...
Read MoreHow can one calculate a pointer to the beginning of a struct from a pointer pointing at a member of ...
Read Moresnprintf: Are there any C Standard Proposals/plans to change the description of this func?...
Read MoreHow does C17 want me to initialize my atomics?...
Read More