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?
How can I use a preprocessorif expression to ?
How can I implement a delay, or time a users response, with sub-second resolution?
What is this infamous null pointer, anyway?
Are enumerations really portable?
What is a const pointer in c?