pwncollege
DojosLeaderboardCommunity
Back to intro-to-programming-languages

LecLabs 2.3 on Pointers

intro-to-programming-languages
0/14 challenges completed

[ ← Module List ]

This module dives into creating and using pointers in C with a focus on their use in c-strings.

Challenges

1
Lecture 2.3.1. Stack pointers
2
Lab 2.3.1.0 - Print Non-printable Chars
3
Lecture 2.3.2.0 Examples Single Value
4
Lecture 2.3.2.1. Examples of Ptr to Array
5
EzLab 2.3.2.1 - Character Pointers
6
EzLab 2.3.2.1 - C-String Pointers
7
Lecture 2.3.3.1. strstr video
8
EzLab 2.3.3.1 - Find str in str (strstr)
9
Lab 2.3.3.1 - Find Word Count
10
Lecture 2.3.3.2. strtok video
11
EzLab 2.3.3.2 - Get tokens (strtok)
12
Lab 2.3.3.2 - Word Count
13
Lecture 2.3.3.3. strchr video
14
Lecture 2.3.3.4. memset