Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jay
Jay has asked
71
questions and find answers to
86
problems.
Stats
2.1k
EtPoint
475
Vote count
71
questions
86
answers
About
Just another learner interested in programming! : )
Jay questions
Windows API similar to pthread_cancel?
What happens to the global variables in shared library when dlclose is called on it?
Can fwrite & fclose be called parallely from two threads for the same file descriptor?
Is there a limit for the total variables size on the stack?
sizeof(struct ExampleStruct) or sizeof( *VarExampleStruct) - Which is a better coding practice?
Are timers supported by the Windows native API?
How to find out functions missing from a library, but which are present in the exposed header file released along with the library?
How to find out if a socket is already in Non-Blocking mode in Windows?
Confusing behaviour of mktime on Linux?
What is meant by CPU Utilization of a process and How can it be decreased?
Jay answers
Valgrind malloc leaks
How to use "extern struct" to share variables in c programming and compile with gcc?
Python : replace multiple occurrence of characater by one but single occurrence by none
Can the stack size be changed dynamically - How?
Getting size of void* for creating a simple generic dynamically allocated array - C
how to validate a client Certificate using the trusted internediate CA certificate?
"Use of uninitialised value" despite of memset
warning in extern declaration
C unix, asymmetric encryption on a socket
What really happen when I compile int main; in C