Skip to content

Latest commit

 

History

History

0x05-pointers_arrays_strings

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