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
Does any C library implement C11 threads for GNU/Linux?
Jul 12, 2022
c
multithreading
c11
When are anonymous structs and unions useful in C11?
Aug 26, 2022
c
struct
c11
Is type-punning through a union unspecified in C99, and has it become specified in C11?
Feb 17, 2022
c
c99
unions
c11
type-punning
What is the default C -std standard version for the current GCC (especially on Ubuntu)?
Aug 26, 2022
c
ubuntu
gcc
c99
c11
Multi-Threading support in c11
Aug 25, 2022
c
multithreading
c11
Syntax and Sample Usage of _Generic in C11
Aug 25, 2022
c
generics
c11
What is C17 and what changes have been made to the language?
Aug 25, 2022
c
gcc
iso
c11
c17
Why does "noreturn" function return?
Sep 25, 2022
c
assembly
c11
function-call
noreturn
Printing null pointers with %p is undefined behavior?
Aug 17, 2022
c
language-lawyer
c99
undefined-behavior
c11
Why does auto a=1; compile in C?
Aug 15, 2022
c
auto
c11
Why does "sizeof(a ? true : false)" give an output of four bytes?
Aug 15, 2022
c
boolean
sizeof
conditional-operator
c11
Can volatile variables be read multiple times between sequence points?
Sep 02, 2025
c
language-lawyer
volatile
c11
« Newer Entries