Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is difference between ANSI C and C Programming Language? [closed]

c

Difference between %d and %p printf format string directives in c language?

c pointers type-conversion

Where is formatting buffer for printf?

c++ c embedded printf iar

How to print something without using std lib functions?

c

Translating an integer and a character into several forms in C

c integer

Extra characters added to end of string in c

c string printf

Understanding a C macro with pointers

c pointers macros

Matching CRC32 from STM32F0 and zlib

c linux crc stm32 crc32

How to print trailing spaces in C

c printf

Why do programmers often use idioms like '40+1' instead of the actual number?

c coding-style

Why is the value of j in "j= 2 * 3 / 4 + 2.0 / 5 + 8/5;" set to 2 and not 3?

c switch-statement

If a function is only called from one place, is it always better to inline it? [duplicate]

libSDL2-2.0.so.0: cannot open shared object file

c language scanf - fflush(stdin) - doesnt work [duplicate]

c stdin scanf fflush

How can I optimize GCC compilation for memory usage?

c gcc

Toy OS Filesystem [closed]

Is there a standard macro in C or C++ represent the max and min value of int32_t, int64_t?

c++ c

How to use MPI_Gatherv for collecting strings of diiferent length from different processor including master node?

Does compiler provide these functions: printf, scanf?

c

union in c stores one data at a time

c++ c unions