Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Understanding stack-allocated objects deallocation

c arrays memory-management

Maximum characters printable by printf in C

Is this pointer out of bounds? [duplicate]

c pointers

How can char store two numbers?

c char cyrillic

How to use statx syscall?

c linux stat

Unusual struct in c

c struct

typecast to (void *) when passing pointer to object

Why the execution time of the same code on the same computer could be different?

c

Writing a function for F(n)=0.5F(n-1)

c recursion time-complexity

How to make a logical selection using calculations in c?

How to make a word from Byte []?

c

How to reproduce the class methods behavior in C99?

c pointers struct

Duplicating file descriptor and seeking through both of them independently

c linux file-descriptor

Need some explanation about malloc

c

Finding median without sorting an array

c

While loop runs with an undefined function's name as a condition

c gcc

error: invalid type argument of unary ‘*’ (have ‘long int’)

c pointers

Why use functions that just return a constant instead of just using a constant?

c function constants

Why is storing a function with different argument type to function pointer with void* argument UB?

c function-pointers

Is it safe to test relations between pointers for iteration?

c pointers iteration