Skip to content

Files

Latest commit

e277840 · Dec 13, 2022

History

History

0x02-functions_nested_loops

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Dec 13, 2022
Sep 13, 2022

img

Functions and nested loops

Intro

In this section, we will explore functions and nested loops in detail

Resources

  1. Nested While loop
  2. Functions
  3. Youtube
  4. Function prototypes
  5. Header files

Learning objectives

By the end of this session, you should be able to explain to anyone without the help of Google the following concepts

  • What are nested loops and how to use them
  • 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 -std=gnu89
  • What are header files and how to to use them with #include