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
431
problems.
Stats
12.3k
EtPoint
4.2k
Vote count
4
questions
431
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
How come that in C declaring a variable between a function name and the function block compiles as valid? [duplicate]
Why gets() is deprecated? [duplicate]
Preprocessor and subsitution of format string
Scanf returns 0 without waiting for input
Why is sizeof(msg) shorter than the string?
Do I need to free the returned pointer from localtime() function?
realloc crashes when pointer has an offset
Error :Unknown type name BOOL for c function in Xcode
Is using the address of an uninitialized variable UB? [duplicate]
What is the correct way to implement error propagation in C?