Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How are memory addresses placed in an binary files?

Pointers and Arrays in C. The Concept Not Quite Clicking.

c

Linking with .dylib library from the command line using clang

c macos clang dylib

Print the power of 10 - Printf in C

c printing printf

Which condition is true in While?

c c99

What happens if I use "&" with string in scanf function?

c string scanf

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