List Question
20 TechQA 2023-11-16T06:23:20.513000Why clang and gcc output different results under `-std=c89` option?
94 views
Asked by Nan Xiao
ANSI C90 68hc11 Assembly Language, Opcode Error Trapping
22 views
Asked by Perfect Paradox
How to generate an x87 positive NaN value from C89 code?
93 views
Asked by pts
Is converting from unsigned char to signed char and vice versa in C89 well defined?
232 views
Asked by Lone Learner
Function recursion searching for files in directory
17 views
Asked by Charlie Dobson
C90: While loop function condition always met
97 views
Asked by SosoMath_TryingMyBest.
C90 "Aborted (core dumped) massage" (new to C)
118 views
Asked by SosoMath_TryingMyBest.
main function and variable after that
109 views
Asked by amir mardani
How can I avoid repeating myself in C89 when defining the same function for multiple types?
67 views
Asked by XiNNiW
Why does GCC C89/C90 ANSI C use __STDC_VERSION__ in Eclipse?
191 views
Asked by euraad
Taking sizeof of variable-length array — is there any benefit for doing so?
166 views
Asked by Grigory Rechistov
Copying void-pointer element into void-pointer array causes multiple copies of element in array
64 views
Asked by AudioBubble
Deduplication optimization
119 views
Asked by Simone Licciardi
C Program returning an error... google doesn't know
81 views
Asked by Simone Licciardi
When was random() introduced in C and why does standard 89 not recognise it?
128 views
Asked by rith
Filling an array of structs with a for loop in c89
56 views
Asked by ice-wind
How can I edit this code so it compiles on ISO C90 and not just ISO C99?
29 views
Asked by Jasper
Compliling c programs to C89/C90 standard in VSC
750 views
Asked by Aldoraz
Why does clang c89 have powf, but gcc c89 doesn't?
100 views
Asked by ice-wind