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
72
questions and find answers to
87
problems.
Stats
2.1k
EtPoint
483
Vote count
72
questions
87
answers
About
Just another learner interested in programming! : )
Jay questions
How do global variables contribute to the size of the executable?
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?
Jay answers
Using malloc in C to allocate space for a typedef'd type
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