Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
David Ranieri
David Ranieri has asked
39
questions and find answers to
148
problems.
Stats
3.2k
EtPoint
829
Vote count
39
questions
148
answers
About
All C programs do the same thing: look at a character and do nothing with it.
- Peter Weinberger
David Ranieri questions
Large VLA overflow
Printf with carriage return
twalk without globals
Is t_whatever a reserved name in the C standard or POSIX?
GCC typeof extension
Pointers to VLA's
Negative index in array [duplicate]
Macro count params
strtol reusing param
Are multiples of 0.25 exactly representable as double?
David Ranieri answers
Allocate a 2d array in C with one dimension fixed
Count the number of times a number appears in an array
How to use forward declared struct data in another .c file?
Free all memory allocated by LLVM on exit
C string atoi int array
best practice regarding char pointers returned by functions [closed]
Create 2D array by passing pointer to function in c
check if a variable is a string or an integer in C
What's wrong with that if-else structure?
GTK+ 2 C - enter pressed or button clicked to get text from entry widget