Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to reverse endianness?

c endianness

C memcpy 2D array

c - pointer arithmetic, unexpected results

c

Check if a singly linked list is a palindrome or not in C

Pointers comparison

c pointers

How can unions be used to bypass strict aliasing violations?

Is it suitable to use usleep as Timer in c

Format specifier 32 bit - 64 bit [duplicate]

Why is `*(multi + row)` producing a pointer address instead of a value?

Dynamic Memory allocation and structures

c arrays dynamic-allocation

How to use typedef to alias C++ arrays? [closed]

c++ c

C/C++ allowed short-circut compiler optimization

Large data sets representation in C/C++

c++ c dataset

GNU readline: avoid prompt string in output if input is not interactive

c terminal readline

Is the double 0.0 always represented exactly in portable C?

convert binary data into hex string for C program

c language-agnostic binary hex

Any Open Source Fast Fourier Transform C implementation? [closed]

c

Make pointer to point on another C program [duplicate]

c