Functions

The form for a user-defined function is:
<type> <function name> (<parameter list>)
{
  <data declarations>
  <executable statements>
}
Previous page
Next page

Back to Lesson 5 Index
Back to Outline