Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c
How can I understand what standard my libraries are and to what standard gcc compiles in my computer?
Dec 17, 2022
c
gcc
standards
Ternary Operator in For Loop causing infinite iterations
Dec 17, 2022
c
for-loop
infinite-loop
ternary-operator
operator-precedence
Why is buffered I/O faster than unbuffered I/O
Dec 16, 2022
c
file
io
buffer
E notation in C
Dec 16, 2022
c
scientific-notation
Copy a struct with a string member in C
Dec 17, 2022
c
arrays
string
struct
Conflicting types for "free"
Dec 15, 2022
c
free
What is the error in multiplication of long long Integer?
Dec 16, 2022
c
memory
int
long-integer
In C, why can't you declare a pointer and make it point to a number directly, without malloc?
Dec 17, 2022
c
pointers
segmentation-fault
gcc compile multiple files
Dec 16, 2022
c
gcc
How does `int sum = n + - + - + - + n` compile where `n` is an `int`?
Dec 17, 2022
c
operators
arithmetic-expressions
Passing multi-dimensional array to function without righmost size by pointer to incomplete array type
Dec 17, 2022
c
c11
Why fork() twice while daemonizing? [duplicate]
Dec 17, 2022
c
unix
fork
posix
daemon
In C, free half of the memory chunk, without freeing the other half
Dec 16, 2022
c
malloc
free
Creating a file using fopen()
Dec 17, 2022
c
file-handling
dev-c++
null-pointer
getchar() loops over EOF when STDIN provided through a pipe
Dec 17, 2022
c
loops
pipe
stdin
getchar
C recursion problems
Dec 16, 2022
c
recursion
What is the output to the print statement?
Dec 14, 2022
c
arrays
pointers
How to send UDP packets of size greater than 64 KB
Dec 17, 2022
c
sockets
networking
kernel
buffer
comparing if void * contains 0 numbytes?
Dec 17, 2022
c
void-pointers
Can strncpy return 0?
Dec 17, 2022
c
buffer-overflow
« Newer Entries
Older Entries »