Review Questions


  1. What does it mean to say that pointers are type-specific?

  2. What happens when you have an int pointer named p and you execute the expression p++?

  3. What does a pointer point to?

  4. Where is one place that pointers are often used?

  5. Arithmetic operations on a pointer do what?

  6. What is the & operator?

  7. What is **p?

  8. Why would you want to create a function pointer?

  9. What is a pointer?

  10. Why don’t pointers support multiplication?




C++ Programming Fundamentals
C++ Programming Fundamentals (Cyberrookies)
ISBN: 1584502371
EAN: 2147483647
Year: 2005
Pages: 197
Authors: Chuck Easttom

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net