11.  Can you add pointers together? Why would you?

12.  How do you use a pointer to a function?

13.  When would you use a pointer to a function?

14.  Can the size of an array be declared at runtime?

15.  Is it better to use malloc() or calloc()?

16.  How do you declare an array that will hold more than 64KB of data?

17.  What is the difference between far and near ?

18.  When should a far pointer be used?

19.  What is the stack?

20.  What is the heap?