Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Achal
Achal has asked
0
questions and find answers to
13
problems.
Stats
188
EtPoint
40
Vote count
0
questions
13
answers
About
I develop primarily in
C
and
C++
.
Currently Working on Cellular platform(
LTE
4G/5G Packet Core(EPC, SGW/PGW, SMF)
Follows Linus Torvalds as
Linux
was my first love & it changes my life.
Find me on linkedin
Achal questions
Achal answers
read() - Check buffer boundaries if used in a loop including recursive loops
No warning with uninitialized C string
Difference between struct S { int align; }; (name after struct keyword) and struct { int align; } S; (name after the struct definition)
Why it is possible to generate an array of dynamic size in C?
Why can't C assign an array directly but can assign an array in a struct?
Comma as a separator and operator
Zombie vs Defunct processes?
How to print a char array in C through printf? [closed]
Is ++*ptr++ undefined behaviour in c++?