< Previous | Contents | Next >

Discussion Questions

1. What are the advantages and disadvantages of passing a pointer?

2. What kinds of situations call for a constant pointer?

3. What kinds of situations call for a pointer to a constant?

4. What kinds of situations call for a constant pointer to a constant?

5. What kinds of situations call for a non-constant pointer to a non-constant object?