Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Conflicting types error in C after using prototype

c xcode getline

For small values of integer is the memory space is wasted

c memory

How I can make alias on external defined function in C?

c gcc alias weak

Incompatible Pointers in =

c error-handling

Unable to get rid of errors even after using the right headers

c c-strings

Using free on nested structures

c malloc free

char type bitwise operation fails in to int

Which thread would be notified by pthread_cond_signal?

c multithreading

Writing a C function from given x86 assembly

what's the difference between fallocate and ftruncate

c linux glibc fallocate

why cast when the conversion is implicit?

c casting

Passing char arrays to functions that take char pointers

c arrays pointers

what is the difference between scansets in scanf() function?

c scanf

When does load, store, and alloca get used in LLVM

c llvm

How to use #define mask in "if" comparison

c

Structure over flexible array member

c c99 strict-aliasing

Why is using a third variable faster than an addition trick?

c optimization fibonacci

history of memcpy and memset vs assignment and initialization

c

Multiple Assignments in C?

c

GCC - no warning about an uninitialized array with -O0

c gcc