Skip to content

Files

Latest commit

 

History

History

0x06-pointers_arrays_strings

img

More pointers arrays and strings

Intro

In this session, we will explore pointers, arrays and strings in 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