Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
MikeCAT
MikeCAT has asked
3
questions and find answers to
77
problems.
Stats
1.8k
EtPoint
577
Vote count
3
questions
77
answers
About
MikeCAT questions
Creating identifiers containing universal character names via token concatenation
MikeCAT answers
Unknown system bitsize for int, how to create mask
Difeerence in padding for bool
Difference between while(tab[i+1] == 0) and while(tab[++i] == 0)
Why is my code giving different answers on Online Judge and locally?
warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] the program work but how i fix the compiler error
Ellipsis as a constructor argument outside of any variadic templates
C++ sort table by column while preserving row contents
What happens when actual and extern types are different?
invalid conversion from ‘void* (*)()’ to ‘void* (*)(void*)’ [-fpermissive] [closed]
Pointer arithmetic and 2-D array in c?