- Nested while loops
- C - Functions
- Learning to Program in C (Part 06) (stop at 14:00)
- What is the purpose of a function prototype?
- C - Header Files (stop before the “Once-Only Headers” paragraph)
At the end of this project, you are expected to be able to explain to a*nyone, without the help of Google:
- What are nested loops and how to use them
- What is a function and how do you use functions
- What is the difference between a declaration and a definition of a function
- What is a prototype
- Scope of variables
- What are the
gcc
flags-Wall -Werror -pedantic -Wextra
- What are header files and how to to use them with
#include
Task | File |
---|---|
- | README.md |
- | Main files |
- | holberton.h |
0 | 0-quote.c |
1 | 1-quote.c |
2 | 2-quote.c |
3 | 3-quote.c |
4 | 4-quote.c |
5 | 5-quote.c |
6 | 6-quote.c |
7 | 7-quote.c |
8 | 8-quote.c |
9 | 9-quote.c |
10 | 10-quote.c |
Holberton School - Colombia Low-level programming & Algorithm ― Hatching out
March, 2020.