Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
user123
user123 has asked
16
questions and find answers to
39
problems.
Stats
936
EtPoint
257
Vote count
16
questions
39
answers
About
user123 questions
2 threads slower than 1?
Generalizing these lines of code?
Determine if a graph contains a triangle?
user123 answers
Reading matrix from a text file to 2D integer array C++
Counting every single letter in an array with ASCII table (Unicode code)
How do create an overloaded operator for the form a[x][y]? [duplicate]
Why can't this friend function access the private variables?
virtual overloading vs `std::function` member?
How to find the length of argv[] in C
Unhandled Exception in Java
Memory confusion
find a matrix in a big matrix
what is the purpose of putting a space in scanf like this scanf(" %c",&ch) in place of scanf("%c",&ch)? [duplicate]