The document provides instructions for 15 exercises to practice writing functions in C++. The exercises include writing programs to:
1) Display a calculator menu and perform operations like addition, subtraction etc. based on user input.
2) Print the sum of two numbers by defining a function.
3) Add two numbers accepted through keyboard using a function.
4) Swap two numbers using a function.
5) Return the volume of a sphere by defining a function.