Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C program compiles and runs but skips if-else evaluation randomly when executed

c if-statement

Reading memory in correct order Need some help

c algorithm

Difference between static global variable and non-static global variable in C [duplicate]

c variables scope

C integer overflow

c integer overflow

camelCase vs snake_case in C/C++ identifiers and filenames [closed]

c++ c

function header and implementation in different files C

c function header definition

what's on the stack when a function is called?

C pointer math with structures

c pointers structure

Going backwards by one in file stream

What is a good coding practice for freeing allocated resources at failure/exit points in C? [closed]

Difference between const char *p = "some_string" and const char[] = "some_string" in terms of memory allocation [duplicate]

c++ c c-strings

C - how/why does this piece of code "work"?

c arrays pointers

C - Algorithm for Bitwise operation on Modulus for number of not a power of 2

Why floating-points number's significant numbers is 7 or 6

c floating-point precision

Using an stack inside recursive function

c recursion data-structures

Dev C++ to compile C source file

c dev-c++

manually copy .data section from flash to ram with IAR EWARM

c embedded iar

SIGPIPE With Running Program

c unix daemon sigpipe

Obtaining bit representation of a float in C

Can't returning a tree node when is found

c return structure binary-tree