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 c17
Strict Aliasing and Unions in C
Oct 30, 2025
c
language-lawyer
strict-aliasing
c17
If the next representable value after -0.0 is +0.0, then why nextafter(-0.0, INFINITY) does not return +0.0?
Oct 29, 2025
c
floating-point
c11
math.h
c17
Is jumping to the beginning of the block equivalent to "entering the block"?
Oct 18, 2025
c
language-lawyer
lifetime
storage-duration
c17
Does the definition int a = 0, b = a++, c = a++; have defined behavior in C?
Sep 05, 2025
c
language-lawyer
undefined-behavior
sequence-points
c17
Why not all the standard headers are preceded with std prefix?
Jan 27, 2023
c
language-lawyer
naming
c11
c17
Is indexing a string literal an initializer constant expression?
Sep 15, 2022
c
language-lawyer
c11
constant-expression
c17
How does C17 want me to initialize my atomics?
Apr 25, 2021
c
atomic
c17
Will i=i++ be newly well-defined in C17?
Dec 14, 2021
c
language-lawyer
operator-precedence
sequence-points
c17
What is C17 and what changes have been made to the language?
Aug 25, 2022
c
gcc
iso
c11
c17
What is the difference between an enumeration constant and an enumerator?
Sep 02, 2025
c
enums
scope
enumeration
c17