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
474
problems.
Stats
13.0k
EtPoint
4.4k
Vote count
4
questions
474
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
define a pointer variable to the function in C program
Why do the strings output using fprintf end up not being written to the output file if my program is terminated via CTRL-C?
How to pass a multidimensional C array to a function? [duplicate]
expected expression before '!=' token... Where I'm wrong?
Function visible even if not included in C
Let static function variable take value of parameter in C
How to handle invalid passed arguments in Ansi C [closed]
What does "20"[1] do?
How I can make a string array interchange it's components with a swap function?
Login Script does not compare string inputs as expected