List Question
20 TechQA 2024-03-14T21:16:36.897000Is it standard C17 to wrap a parameter in a function declaration in parenthesis
120 views
Asked by GandhiGandhi
Plain C equivalent to Rust's unimplemented!() macros
151 views
Asked by wirrbel
Undefined behaviour in C in i=i++; but what about i=++i;?
191 views
Asked by Cblue X
Does the C11/C17 Standard allow the compiler to clobber compound literals' memory?
120 views
Asked by Willis Hershey
Does the definition int a = 0, b = a++, c = a++; have defined behavior in C?
2.8k views
Asked by chqrlie
No output for MSVC 2015! What to do? Should I change the C Standard on IDE?
71 views
Asked by The mayor of kazeroun
Is this C program with two struct definitions, involving a flexible array member, defined?
264 views
Asked by Pascal Cuoq
How to correctly downcast in C?
297 views
Asked by Alexander Oh
How to do closest guess on C99, C11 or C17?
225 views
Asked by Marina
clang/gcc cannot set global variables to an address constant minus another address constant
251 views
Asked by Jorge
Why don't tentative definitions cause errors due to multiple definitions?
202 views
Asked by vbyzjnlehi
What is the rationale for "semantics violation does not require diagnostics"?
146 views
Asked by pmor
Which implicit declarations are allowed / valid?
112 views
Asked by pmor
How to determine w/o conversions that a given floating constant can be represented?
137 views
Asked by pmor
If 'float'<= INT_MAX is true, then why (int)'float' may trigger undefined behavior?
447 views
Asked by pmor
Is there such a thing as nullptr (or equivalent) in modern C standards?
1k views
Asked by FreelanceConsultant