This repository contains C code exercises and projects from the boot.dev C course.
The boot.dev C course is a comprehensive introduction to the C programming language, covering essential concepts such as:
- Memory management
- Pointers
- Data structures
- System-level programming
This repo includes code samples and projects that follow along with the lessons from the course.
Feel free to explore, run, and modify the C code for your learning purposes.
To compile and run any C file, you can use:
gcc filename.c -o output && ./output