pwncollege
DojosLeaderboardCommunity
Back to intro-to-programming-languages

LecLabs 2.1 C Intro and Vars

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

[ ← Module List ]

This module introduces the basics of Linux, including its history, architecture, and common commands. It is designed for beginners who are new to Linux and want to understand its fundamental concepts.

Challenges

1
Lecture 2.1.1.0 Paradigms and C
2
Lecture 2.1.2. First C Program and Vars
3
Lecture 2.1.2.1. Standard Output
4
Lecture 2.1.2.2. Standard In
5
Lab 2.1.2.1 - C Input
6
Lecture 2.1.2.3. Flow Control & Command Line Arguments
7
EzLab 2.1.2.3 - Control Flow
8
Lecture 2.1.3.0 Dec & Def Functions
9
Lecture 2.1.3.1. Globals & Locals
10
Lecture 2.1.3.2. Function Params and Ret Vals
11
EzLab 2.1.3.2 Pass by Value
12
Lab 2.1.3.1 - Functions
13
Lecture 2.1.4. Global and Local Memory
14
Lecture 2.1.4.1. Function Frames
15
Lecture 2.1.5. Debugging C Programs
16
Lab 2.1.5.1 - Using VSCode Debugger