Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can I understand what standard my libraries are and to what standard gcc compiles in my computer?

c gcc standards

Ternary Operator in For Loop causing infinite iterations

Why is buffered I/O faster than unbuffered I/O

c file io buffer

E notation in C

c scientific-notation

Copy a struct with a string member in C

c arrays string struct

Conflicting types for "free"

c free

What is the error in multiplication of long long Integer?

c memory int long-integer

In C, why can't you declare a pointer and make it point to a number directly, without malloc?

gcc compile multiple files

c gcc

How does `int sum = n + - + - + - + n` compile where `n` is an `int`?

Passing multi-dimensional array to function without righmost size by pointer to incomplete array type

c c11

Why fork() twice while daemonizing? [duplicate]

c unix fork posix daemon

In C, free half of the memory chunk, without freeing the other half

c malloc free

Creating a file using fopen()

getchar() loops over EOF when STDIN provided through a pipe

c loops pipe stdin getchar

C recursion problems

c recursion

What is the output to the print statement?

c arrays pointers

How to send UDP packets of size greater than 64 KB

comparing if void * contains 0 numbytes?

c void-pointers

Can strncpy return 0?

c buffer-overflow