How can I read data from data files with particular formats?
How can I recover the file name given an open stream?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
I heard that you have to include stdio.h before calling printf. Why?
What is the difference between text and binary i/o?
How can I write a function that takes a format string and a variable number of arguments?
How can I generate floating-point random numbers?
Why does everyone say not to use gets?
How do I get an accurate error status return from system on ms-dos?
how should functions be apportioned among source files?
I have a varargs function which accepts a float parameter?
What is hashing in c?
How can I sort a linked list?
What is the deal on sprintf_s return value?
What is the auto keyword good for?