How do I create a directory? How do I remove a directory (and its contents)?
How can a process change an environment variable in its caller?
I have seen function declarations that look like this
How can I find out the size of a file, prior to reading it in?
What is a pointer variable in c language?
How can I do peek and poke in c?
Did c have any year 2000 problems?
What is the correct declaration of main?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is the heap in c?
How can I make it pause before closing the program output window?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How can I split up a string into whitespace-separated fields?
What is hashing in c language?
Why doesnt this code work?