Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
mafso
mafso has asked
10
questions and find answers to
39
problems.
Stats
802
EtPoint
205
Vote count
10
questions
39
answers
About
[email protected]
mafso questions
Does `const T *restrict` guarantee the object pointed-to isn’t modified?
Sequence points and side effects: Quiet change in C11?
When exactly is a pointer difference defined?
mafso answers
Accordance of linkage between declaration and definition
Avoiding a double macro subsitution in the C pre-processor
GNU-getline: strange behaviour about EOF
Creating a const array of const elements
How to add/remove a string in a dynamic array in c language
Aliasing of otherwise equivalent signed and unsigned types
Is it valid to treat an extern global as const when the definition is not const? [duplicate]
Why is “i” variable not getting incremented twice in my program?
Why can I use a typedef of a type that doesn't exist?
Strange values being initialized into array