Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Marian
Marian has asked
6
questions and find answers to
29
problems.
Stats
581
EtPoint
145
Vote count
6
questions
29
answers
About
Software developer.
Marian questions
Is there a situation when an array is not converted to pointer except of sizeof? [duplicate]
Why is the address of argc different at each run of program?
ssh login without welcome banner
Is strncmp(NULL, "foo", 0) well defined?
Marian answers
Determining necessary array length to store input
how to split a float into two integers in C
C preprocessor - Prepending path for existing define [duplicate]
getchar() != EOF
Check if jump buffer is valid or not (non-local jumps)
How to pipe data to a program which calls scanf() and read() in Linux
How to insist a C compiler put local variables on the stack, not in registers
Is this function a good candidate for SIMD on Intel?
How can both (i + 1) < ii and (i + 1) > ii both be true?
How to compute log with the preprocessor