Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
tstanisl
tstanisl has asked
6
questions and find answers to
58
problems.
Stats
1.2k
EtPoint
326
Vote count
6
questions
58
answers
About
tstanisl questions
Is `void foo(int a[static 0]);` valid?
Does idiomatic initialization of a dynamic array invoke Undefined Behavior?
Pointer arithmetics and comparison within a structure
Using offsetof to access struct member
Towards strictly compliant usage of container_of
tstanisl answers
Can C11 _Generic be used with no arguments?
Why is strnlen() not considered for inclusion in C23?
Flexible array member without having to be the last one
Is it legal to use more parameters than expected when calling a function?
Initializing variable size arrays in C
Incompatible pointer type warning with pointer-to-pointer types when passing char** to void** function parameter
Casting function pointers with arguments of different pointer types
I can't understand why the command 'typedef' can be used like this
Memory allocation in C language - 3D array
Is there any penalty to recursively slicing of a np array many times?