Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

gcc -O optimization: Help me understand the effect

c gcc

Modify RIP register from inline assembly

c assembly x86-64

What exactly happens when pointers are assigned with strings values during initialization?

c string pointers memory

warning: ignoring return value of ‘fscanf’ in C