Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does mean by "inactive" preprocessor block in C?

Wrong print in C program

c

Getting the size of varargs in C?

c variadic-functions

Why can't I find the int value in a binary

c linux elf hexdump

Declaring a character array VS dynamically allocating space to character array in C

Does fgetc return EOF on every call after end-of-file reached?

c libc

C Program to Calculate Hypotenuse

c function hypotenuse

signed int modulo unsigned int produces nonsense results

c modulo mod signedness

Are structs with preprocessor branched implementation an ODR violation?

Using scanf to read uint8_t data

c struct scanf bit

What happens if the amount of characters that are entered into your character array is less than the amount of spaces you specified

c arrays character project

C pass array of structs by reference or by value to a function

How to initialize a struct to null?

c struct

readdir returning dirent with d_type == DT_UNKNOWN for directories . and

Comparing 2 vectors in AVX/AVX2 (c)

c simd avx avx2

Why is unsigned 4 not considered greater than signed -2? [duplicate]

No rule to make target '%.o'

c linux makefile gnu-make

Taking the address of a function from within that function

c language-lawyer

What is the purpose of bitshifting by 0

Is dangling pointer dangerous if never being used?

c dangling-pointer