When is a null pointer used?
Describe explain how arrays can be passed to a user defined function
Is null always equal to 0(zero)?
Is null always defined as 0(zero)?
Can you subtract pointers from each other? Why would you?
Do variables need to be initialized?
Why is c called a mid-level programming language?
When was c language developed?
Where in memory are my variables stored?
When should I declare a function?
When should the register modifier be used? Does it really help?
Are there any problems with performing mathematical operations on different variable types?
Can include files be nested?
Can stdout be forced to print somewhere other than the screen?
How do you redirect a standard stream?