Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Can a system call happen in a C program? [duplicate]

c function system-calls libc

Where is an enum stored?

c assembly enums compilation

Difference between scanf for char * and char [ ]?

c

How to reduce time complexity in traversing a string?

Is reading an uninitialized value always an undefined behaviour? Or are there exceptions to it?

lua_numbertointeger - why can we assume INT_MIN has an exact representation as a float?

c lua

ARM Cortex M0+: How to use "Branch if Carry" instructions in C-code?

When is it useful to write "0 - x" rather than "-x"?

Square brackets after pointer declaration/reference

Unsure as to why toupper() is cutting off last letter in C

arrays c letter toupper

memfd_secret(): how is it supposed to work? [closed]

c linux memory linux-kernel

Alternatives to register_printf_specifier ( to print numbers in binary format using printf() )

c printf glibc

Why my void function from another file is not running in this C program?

c modularity

Finding number of repeated elements in an array using C

arrays c

Haskell FFI / C MPFR library wrapper woes

Get other process' argv in OS X using C

c macos argv

Testing C code using the web

c forms

Advice for a C, CUDA, & ANN Newbie? [closed]

c cuda neural-network gpgpu

How can I capture another process's output using C?

c capture

Reference a 2-D array column in C?

c arrays