List Question
10 TechQA 2015-06-09 14:47:19How to declare a variable length array in Visual Studio C89 following other code
3k views
Asked by dave
Using c89 in Xcode
2k views
Asked by White Hat
Macro auto-injecting argument without VARIADIC support
203 views
Asked by Luciano
Translational Limits on Enum Constants
274 views
Asked by Mark A.
What's the difference between "int" and "int_fast16_t"?
14.3k views
Asked by something_clever
Is post-increment operator guaranteed to run instantly?
132 views
Asked by iTayb
Runtime error on Ideone but works fine on my computer
187 views
Asked by hemant6488
Why can't I "goto default;" or "goto case x;" within a switch selection structure?
10.8k views
Asked by autistic
How to store an array of an unknown amount of strings of unknown length from input?
2k views
Asked by shiftingsand
Is the %zu specifier required for printf?
61.1k views
Asked by Trevor Hickey