Example lab report format
Example lab report format
LAB Objectives
1. Create and learn how to use our
own functions.
2. Create different functions and use
them by utilizing function
prototypes.
3. Learn the difference between user-
Figure 1: name of figure
defined return types and library- 2. In order to process the data that
oriented function return types. this function receives it uses the
4. Use the previously learned commands in line 4, where
programing commands in our own another variable integer named
functions. “result” is declared in line 3
(shown in figure 2).
3. Bla bla …. (And so on what you
2. Lab Lecture have done in your lab)
3. Lab Task
Task 1: Create your own facto function.
Good Luck!