_Bool data type of C99...


cbooleanc99

Read More
IEEE floating-point rounding i...


cfloating-pointroundingc99ieee-754

Read More
Const Struct vs Struct With Co...


cstructconstantsc99

Read More
Is recursively calling main fr...


clanguage-lawyerc99

Read More
Why use "[*]" instea...


carrayslanguage-lawyerc99

Read More
Initialize an array of structs...


carraysstructinitializationc99

Read More
Why does the standard C librar...


cc99c-standard-library

Read More
Avoid name collisions with enu...


cenumsnamespacesc99

Read More
Undefined behavior with pointe...


cpointersundefined-behaviorc99misra

Read More
Which gcc optimization flags s...


cgccoptimizationcompiler-optimizationc99

Read More
Why isn't indexing a 2D Ar...


cmultidimensional-arrayc99

Read More
Why "static" specifi...


cgccinlinec99

Read More
Are bitmasks mandatory for uns...


cc99unsignedbitmask

Read More
Is "inline" without ...


cinlinec99

Read More
Why is the predefined macro __...


cvisual-c++c99

Read More
Which C99 features are availab...


cvisual-studioc99

Read More
What is the behavior of intege...


cmathc99c89integer-division

Read More
Is there a GCC keyword to allo...


cgccpaddingc99memory-alignment

Read More
Why are typedef identifiers al...


ctypedefc99c11

Read More
Function pointer compatibility...


clanguage-lawyerc99c23

Read More
Is this use of va_copy undefin...


cundefined-behaviorvariadic-functionsc99ansi-c

Read More
Why does return of a compound ...


cassemblycompilationc99compound-literals

Read More
Do C compilers follow the &quo...


cpointerslanguage-lawyerc99restrict-qualifier

Read More
What is the difference between...


cgccc99c89ansi-c

Read More
If pragma STDC FENV_ACCESS is ...


cc99c11

Read More
Is there any benefit from decl...


cc99

Read More
Why is the syntax "int (*...


cc99

Read More
Weird macros for defining cons...


macrosc-preprocessorc99compound-literals

Read More
A tested implementation of Pet...


cconcurrencylockingc99

Read More
Is up-casting numeric types in...


carraylistc99

Read More