Skip to content

Latest commit

 

History

History

0x07-pointers_arrays_strings

img

Even more pointers arrays and strings

Intro

In this session, we will explore pointers, arrays and strings in more details

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