New posts in c

What's the proper use of printf to display pointers padded with 0s

Function "read()" forces the program to exit when typing information into dynamically allocated array

Why am I getting the message "Single-stepping until exit . . . which has no line number information" in GDB?

Reading from stdin

Why do string literals (char*) in C++ have to be constants?

How universally is C99 supported?

Profiling python C extensions

How to read objdump in C

+= operator for uint16_t promotes the assigned value to int and won't compile

I need help to find if a 2D char array is a pangram in c

Cross compiling static C hello world for Android using arm-linux-gnueabi-gcc

Are packed structs portable?

Using stdlib's rand() from multiple threads

Create a file if one doesn't exist - C

glibconfig.h no such file or directory

Usefulness of `rand()` - or who should call `srand()`?

Is the `if` statement redundant before modulo and before assign operations?

Is there a way to flush a POSIX socket?

I am getting junk when I try to print the new array when i return it from function

Why was mixing declarations and code forbidden up until C99?