Quiz 3

  1. What is the difference between const char* ptr and char * const ptr?
  2. What is a function pointer and how are they used?