Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Eugene Sh.
Eugene Sh. has asked
10
questions and find answers to
48
problems.
Stats
1.1k
EtPoint
332
Vote count
10
questions
48
answers
About
Eugene Sh. questions
String initializer with curly braces
Is `*(volatile T*)0x1234;` guaranteed to translate into read instruction?
Converting a non-`void` pointer to `uintptr_t` and vice-versa
String literals vs array of char when initializing a pointer
Eugene Sh. answers
Way to compare strings in C preprocessor? (GCC) [duplicate]
How to boot Linux kernel from u-boot?
Passing a pointer of a locally created array in C to a function different behave
#define in inline assembly in GCC
Is a mutex necessary when only inc/decrementing a variable?
Forked processes order of execution
strcat() vs sprintf() inside a loop
What is the easiest way to find the sizeof a type without compiling and executing code?
A quick way to test whether all array elements are zero
Sum of all the multiples of 3 or 5 below 1000