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
493
problems.
Stats
13.4k
EtPoint
4.5k
Vote count
4
questions
493
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
scanf and the p conversion specifier
How were arrays initialized in K&R C?
How all the elements of array initialize to zero and first element to 1 in c [duplicate]
Some misunderstand about casting in generic function
Printing an array of characters with "while"
How to properly use array subscripting notation?
Modify a string with pointer [duplicate]
memset manual description: int type or constant byte? [duplicate]
Where's my pointer error?
can we dynamically allocate memory for static variable in C?