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 c11
Error - 'for' loop initial declarations are only allowed in C99 or C11 mode
May 10, 2026
c
c99
c11
Why doesn't the use of strictly conforming programs and conforming implementations ensure absolute portability?
May 04, 2026
c
language-lawyer
portability
c11
Why open-std.org still lists C11 as the latest version of C?
Apr 28, 2026
c
standards
c11
c17
Is this a well-defined way to access bitfield bits by index in C11
Apr 28, 2026
c
language-lawyer
undefined-behavior
c11
bit-fields
C11 and (Free)RTOS comparision
Apr 23, 2026
c
c11
freertos
_Generic parameter beyond minimum number of arguments
Apr 17, 2026
c
generics
overloading
c11
Accessing struct element straight from function call in C
Apr 08, 2026
c
gcc
struct
c99
c11
C standard - const qualification of struct members
Mar 12, 2026
c
language-lawyer
standards
c11
What is the difference in atomic_load() and assignment?
Feb 28, 2026
c
c11
rvalue
stdatomic
lvalue-to-rvalue
Is there any distinction between using function or pointer to function notation?
Feb 20, 2026
c
function-pointers
c11
function-prototypes
function-parameter
Creating a counter with atomic_fetch_add_explicit
Feb 17, 2026
c
atomic
c11
Using VLAs in a C++11 environment
Feb 12, 2026
c++
c++11
c99
c11
variable-length-array
Enforce struct size alignment
Jan 25, 2026
c
memory-alignment
c11
I can't find this segmentation fault
Dec 20, 2025
c
c11
Why is stdbool.h deprecated? [closed]
Dec 19, 2025
c
c11
stdbool
How to discard the designator of a void expression?
Dec 13, 2025
c
language-lawyer
c11
Given a pointer to a structure, can I assign the structure the result of an aggregate-initializer in one line?
Dec 10, 2025
c
assignment-operator
c11
aggregate-initialization
compound-literals
Can a designated initializer legally refer to the variable it's initializing in C99?
Dec 07, 2025
c
initialization
c99
c11
designated-initializer
Older Entries »