Newbetuts
.
New posts in c89
Why was mixing declarations and code forbidden up until C99?
c
c99
c89
How to generate NaN, -Infinity and +Infinity in ANSI C?
c
nan
c89
infinity
C variable declarations after function heading in definition [duplicate]
c
variables
freebsd
c99
c89
What are the major differences between ANSI C and K&R C?
c
kr-c
c89
Is the behavior of subtracting two NULL pointers defined?
c++
c
c99
c89
Recursive declaration of function pointer in C
c
c89
Is there any reason to use C instead of C++ for embedded development? [closed]
c++
c
embedded
c89
Where can one find the C89/C90 standards in PDF format?
c
ansi
c89
Using M_PI with C89 standard
c
math
c89
Implementing trigraphs in a C89 compiler
c
compiler-construction
c89
trigraphs
How does the below program output `C89` when compiled in C89 mode and `C99` when compiled in C99 mode?
c
printf
comments
c99
c89
Variable declaration placement in C
c
declaration
c89
What is the difference between C, C99, ANSI C and GNU C?
c
gcc
c99
c89
ansi-c
Enabling VLAs (variable length arrays) in MS Visual C++?
c
visual-c++
c99
c89
variable-length-array
Are prototypes required for all functions in C89, C90 or C99?
c
c99
c89
Is the "struct hack" technically undefined behavior?
c
undefined-behavior
c89
Why should you use strncpy instead of strcpy?
c
buffer-overflow
strcpy
c89
strncpy
What is the behavior of integer division?
c
math
c99
c89
integer-division
Prev