Skip to content

Files

Latest commit

35f9d8f · Dec 13, 2022

History

History

0x05-pointers_arrays_strings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Dec 13, 2022
Sep 30, 2022
Sep 19, 2022

img

Pointers, arrays and strings

Intro

In this session, we will explore pointers, arrays and strings.

Resources

  1. Introduction to pointers
  2. Introduction to arrays
  3. Strings in C

Learning objectives

  • What are pointers and how to use them
  • What are arrays and how to use them
  • What are the differences between pointers and arrays
  • How to use strings and how to manipulate them
  • Scope of variables