Learning Objectives | |
Understand the use of the function definition and declaration | |
Be able to write a function definition given a specification | |
Be able to call a function | |
Understand the use of void | |
Be able to use the standard C functions | |
Understand the scope of variables in functions | |
Understand the use of recursive functions |
Source Code from Notes | |
Additional Examples | |
Quick Check Exercises | |
Additional Exercises to try | |
Test Cases for Tutorial 6 |
Previous Lecture | Home | Next Lecture |