Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c89
Enabling VLAs (variable length arrays) in MS Visual C++?
Nov 06, 2021
c
visual-c++
c99
c89
variable-length-array
Can't get rid of "this decimal constant is unsigned only in ISO C90" warning
Apr 16, 2021
c
warnings
constants
unsigned
c89
How to sum large numbers?
Aug 25, 2022
c
c89
largenumber
Type to use to represent a byte in ANSI (C89/90) C?
Sep 01, 2022
c
types
c89
How to find my current compiler's standard, like if it is C90, etc
Aug 31, 2022
c
compiler-construction
c99
c89
What's the difference between "int" and "int_fast16_t"?
Aug 30, 2022
c
integer
c99
portability
c89
Why didn't C have a boolean data type prior to C99?
Aug 29, 2022
c
language-design
c99
c89
Why was mixing declarations and code forbidden up until C99?
Jun 27, 2019
c
c99
c89
What are the major differences between ANSI C and K&R C?
Aug 29, 2022
c
kr-c
c89
How to generate NaN, -Infinity and +Infinity in ANSI C?
Sep 23, 2022
c
nan
c89
infinity
Are prototypes required for all functions in C89, C90 or C99?
Aug 28, 2022
c
c99
c89
Is the behavior of subtracting two NULL pointers defined?
Aug 18, 2022
c++
c
c99
c89
Is there any reason to use C instead of C++ for embedded development? [closed]
Aug 10, 2022
c++
c
embedded
c89
Where can one find the C89/C90 standards in PDF format?
Aug 17, 2022
c
ansi
c89
Why should you use strncpy instead of strcpy?
Aug 17, 2022
c
buffer-overflow
strcpy
c89
strncpy
Is the "struct hack" technically undefined behavior?
Aug 16, 2022
c
undefined-behavior
c89
How does the below program output `C89` when compiled in C89 mode and `C99` when compiled in C99 mode?
Oct 22, 2022
c
printf
comments
c99
c89
Variable declaration placement in C
Aug 15, 2022
c
declaration
c89
What is the difference between C, C99, ANSI C and GNU C?
Oct 21, 2022
c
gcc
c99
c89
ansi-c
What is the behavior of integer division?
Aug 14, 2022
c
math
c99
c89
integer-division
« Newer Entries