What is the right way to use errno?
Is exit(status) truly equivalent to returning the same status from main?
What is wrong with this code?
How can I read/write structures from/to data files?
What is the right type to use for boolean values in c? Is there a standard type?
Can you mix old-style and new-style function syntax?
Why does the call char scanf work?
How can I write a function analogous to scanf?
How can I implement sets or arrays of bits?
How can I trap or ignore keyboard interrupts like control-c?
What is a good data structure to use for storing lines of text?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
How can I get back to the interactive keyboard if stdin is redirected?
What is wrong with this declaration?
What is a void pointer in c?