Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Sourav Ghosh
Sourav Ghosh has asked
4
questions and find answers to
502
problems.
Stats
13.5k
EtPoint
4.5k
Vote count
4
questions
502
answers
About
Yet Another Regular Contributor.
Sourav Ghosh questions
Is running a binary generated from a code with "constraint violation" actually undefined behaviour?
What is exactly an "invalid conversion specification"?
.PHONY usage in makefile
Use of 'Empty Target' in makefile
Sourav Ghosh answers
Strange behavior from a simple C program
how to return float array from a function?
Why assignment operator = doesn't return the value of pointer but the dereference value?
Read tab delimited file to Structure in C
For loop confusion in c program
Is there a better way to calculate how many elements a one-dimensional array contains?
Use pointer or array in function parameters [duplicate]
What does allocating memory of size char * do?
Difference between using strlen or malloc in c
scanf and the p conversion specifier