Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Chris Young
Chris Young has asked
2
questions and find answers to
10
problems.
Stats
414
EtPoint
166
Vote count
2
questions
10
answers
About
Chris Young questions
Why doesn't gcc -Wformat warn about printf %d on an unsigned int?
When zeroing a struct such as sockaddr_in, sockaddr_in6 and addrinfo before use, which is correct: memset, an initializer or either?
Chris Young answers
strdup() - what does it do in C?
Why is 2[myArray] valid C syntax? [duplicate]
Manpage scandir() prototype weirdness
Is there any ordinary reason to use open() instead of fopen()?
How does memchr() work under the hood?
Why is #include <stdio.h> not required to use printf()?
Does malloc() allocate a contiguous block of memory?
Is f(void) deprecated in modern C and C++? [duplicate]