New posts in c99

Create statically-linked binary that uses getaddrinfo?

Does the C preprocessor strip comments or expand macros first? [duplicate]

Is there any reason not to use fixed width integer types (e.g. uint8_t)?

C Complex Numbers in C++?

How to use compound literals to `fprintf()` multiple formatted numbers with arbitrary bases?

c99 goto past initialization

In C99, is f()+g() undefined or merely unspecified?

Why is the fgets function deprecated?

How does the compiler allocate memory without knowing the size at compile time?

What is the default C -std standard version for the current GCC (especially on Ubuntu)?

Printf long long int in C with GCC?

Setting std=c99 flag in GCC

Is there a GCC keyword to allow structure-reordering?

Which C99 features are available in the MS Visual Studio compiler?

Is it a good idea to use C99 VLA compared to malloc/free?

How to wrap printf() into a function or macro?

Why are there digraphs in C and C++?

Is the behavior of subtracting two NULL pointers defined?

state machines tutorials [closed]

What are the most useful new features in C99? [closed]