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
7
questions and find answers to
33
problems.
Stats
638
EtPoint
153
Vote count
7
questions
33
answers
About
Software developer.
Marian questions
File last access time. How to mount root filesystem with atime,norelatime [closed]
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
How can I work with dynamically-allocated arbitrary-dimensional arrays?
send up down arrow keys to process through pipe in linux using c language
More filter arguments with execlp
Is it possible to implement stack with only pointer to structure (no data type)?
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