List Question
20 TechQA 2023-12-07T15:40:46.057000Does the C11/C17 Standard allow the compiler to clobber compound literals' memory?
120 views
Asked by Willis Hershey
What rules are there for qualifiers of effective type?
197 views
Asked by Lundin
Will i=i++ be newly well-defined in C17?
476 views
Asked by asynts
Is there a standard way to check at compile time that file is being preprocessed only?
148 views
Asked by pmor
Which sections of the C standard prove the relation between the integer type sizes?
357 views
Asked by Robin Kuzmin
Aligning/Format Output Values in C17
93 views
Asked by Moon
Is the term "format specifier" a synonym for term "conversion specifier"?
186 views
Asked by pmor
Is there any C compiler able to detect the violation of a "strictly conforming program"?
177 views
Asked by pmor
Is there a standard way to prohibit reading (via assignment) of a variable?
130 views
Asked by pmor
printf("%a"): how the format and parameters of hexadecimal floating-point constant are selected?
225 views
Asked by pmor
How to configure Codelite to compile a C program against C17/C18 standard
1.7k views
Asked by FlexMcMurphy
Is fpclassify(x) == FP_NAN functionally equivalent to isnan(x)?
227 views
Asked by pmor
Does -Wpedantic make the program follow the -std=version?
171 views
Asked by AudioBubble
What is C17 and what changes have been made to the language?
44.7k views
Asked by informaticienzero
snprintf: Are there any C Standard Proposals/plans to change the description of this func?
304 views
Asked by Robin Kuzmin
Should we call it C17 or C18?
2.9k views
Asked by Lundin
Why open-std.org still lists C11 as the latest version of C?
929 views
Asked by Alexander Volkov