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
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
Are conformant array parameters VLAs?
Dec 07, 2025
c
language-lawyer
c99
c11
variable-length-array
How can I share a const char array between two source files gracefully?
Nov 30, 2025
c
c99
c11
Is function pointer type in _Generic assoc-list not working as expected?
Nov 27, 2025
c
generics
macros
types
c11
What is the advantage of specifying two types when creating a typedef'd struct?
Nov 23, 2025
c
struct
coding-style
typedef
c11
Why doesn't the compiler give a conflicting error?
Nov 21, 2025
c
variables
gcc
structure
c11
(Where) does the C standard define the result of adding/subtracting two booleans?
Nov 09, 2025
c
language-lawyer
addition
c11
integer-promotion
How come that in C declaring a variable between a function name and the function block compiles as valid? [duplicate]
Nov 07, 2025
c
c11
function-definition
Why `gets_s()` still isn't implemented in GCC (9.3.0)?
Nov 04, 2025
c
gcc
c11
gets
Can C11 _Generic be used with no arguments?
Oct 30, 2025
c
macros
c11
Older Entries »