Search code examples
Why does GCC C89/C90 ANSI C use __STDC_VERSION__ in Eclipse?...


ceclipse-cdtc89ansi-c

Read More
How can I avoid repeating myself in C89 when defining the same function for multiple types?...


cc89

Read More
Taking sizeof of variable-length array — is there any benefit for doing so?...


arrayscsizeofc89variable-length-array

Read More
Variadic macros alternative in ANSI C...


cc89variadic-macros

Read More
Deduplication optimization...


clistalgorithmc89

Read More
C Program returning an error... google doesn't know...


arrayscfor-loopfunction-definitionc89

Read More
C89 and variable initialization...


cc89ansi-c

Read More
Filling an array of structs with a for loop in c89...


cstructc89

Read More
When was random() introduced in C and why does standard 89 not recognise it?...


crandomstdc89

Read More
How to sum large numbers?...


cc89largenumber

Read More
Why does clang c89 have powf, but gcc c89 doesn't?...


cgccc89

Read More
Why is there no compilation error with those array declarations (C89-C90)?...


arrayscgcccompilationc89

Read More
Segmentation Fault - malloc 2D array...


cfor-loopinitializationnested-loopsc89

Read More
Saving the updated value of the variable, for the next call of the function?...


cc89

Read More
How to memcpy() a struct sockaddr_in...


cc89

Read More
Matrices as function parameters in C89...


cfunctionmatrixc89variable-length-array

Read More
Atomic equivalent for C89...


cmultithreadingatomicc89

Read More
The Linux Kernel container_of macro and generic containers in C90...


cdata-structureslinux-kerneltypeofc89

Read More
strtol using errno...


cc89

Read More
Why does the C standard state that string literals shall begin and end in the initial shift state?...


cstring-literalsc89

Read More
Can the "null character" be represented as a multibyte value in C language?...


cc89null-character

Read More
Have the code examples from K&R ever been conforming?...


clanguage-lawyerc99c89kernighan-and-ritchie

Read More
fgets and sscanf in C...


cc89

Read More
C: convert double to float, preserving decimal point precision...


cfloating-pointdoublec89

Read More
Remove white chars between commas, but not between what inside the commas...


cc89ansi-c

Read More
C89: declare large const array, then use it, then initialize it...


arrayscc89static-initialization

Read More
Doubts in K&R edition 2...


cc89kernighan-and-ritchie

Read More
Using ANSI-C on Windows platform can I get time of system upto milliseconds accuracy?...


cwindowsc89high-resolution-clock

Read More
Why is NULL printed here? - C-90...


cstringc89

Read More
Qt Creator with C/C++ warns about padding for enums...


cqt-creatorpaddingc89

Read More
BackNext