1.  Where in memory are my variables stored?

2.  Do variables need to be initialized?

3.  What is page thrashing?

4.  What is a const pointer?

5.  When should the register modifier be used? Does it really help?

6.  When should the volatile modifier be used?

7.  Can a variable be both const and volatile?

8.  When should the const modifier be used?

9.  How reliable are floating-point comparisons?

10.  How can you determine the maximum value that a numeric variable can hold?