Skip to content

Latest commit

 

History

History

0x12-singly_linked_lists

bash commit_activity contributors code-size Documentation

Low-level programming & Algorithm ― Hatching out

0x04. C - More functions, more nested loops


🌎 Resources

Learning Objectives

At the end of this project, you are expected to be able to explain to a*nyone, without the help of Google:

General

  • 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

📝 Files

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

By, Juan Sebastian Llano Gallego

twitter_page linkedin_page medium_page

Made with ❤️ in

Flow chart

Holberton School - Colombia Low-level programming & Algorithm ― Hatching out

March, 2020.