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 a declaration of a variable inside a block also a definition?
Dec 20, 2022
c
language-lawyer
declaration
definition
c11
Which is most standard: strnlen or strnlen_s?
Dec 18, 2022
c
c11
How can I figure out what is the default standard used by my C compiler GCC ? [duplicate]
Dec 16, 2022
c
gcc
c99
c11
c89
Passing multi-dimensional array to function without righmost size by pointer to incomplete array type
Dec 17, 2022
c
c11
Memory order consume usage in C11
Dec 16, 2022
c
multithreading
c11
stdatomic
Difference between exit and quick_exit
Dec 10, 2022
c
c11
Does C11 allow variable declarations at any place in a function?
Dec 08, 2022
c
c11
variable-declaration
Integer types in C
Dec 08, 2022
c
int
c99
c11
Visual Studio 2017 does not supportC11 new feature _Generic
Dec 08, 2022
c
visual-studio
visual-studio-2017
c11
How can I concisely assign to the members of a struct depending on a condition?
Dec 04, 2022
c
if-statement
struct
initialization
c11
Why C11 standard doesn't drop unsafe strcat(),strcpy() functions?
Dec 02, 2022
c
strcpy
c11
strcat
Strange wording in the standard, concerning comparison of pointers
Nov 14, 2022
c
pointers
language-lawyer
c11
How to properly use `__attribute__((format (printf, x, y)))` for C11 U"unicode literals"?
Nov 12, 2022
c
gcc
unicode
c11
unicode-literals
When can a declaration of an identifier that has block scope have internal linkage?
Oct 30, 2022
c
language-lawyer
c11
linkage
Is a repeated macro invocation via token concatenation unspecified behavior?
Nov 01, 2022
c
macros
c-preprocessor
c11
Can a standards-conforming string be longer than SIZE_MAX characters?
Nov 01, 2022
c
string
language-lawyer
c11
Compile-time lookup table in C (C11)
Oct 22, 2022
c
arrays
c11
What constitutes as padding in a union?
Jan 08, 2022
c
language-lawyer
c11
« Newer Entries
Older Entries »