This repository contains the resources and exercises of the Programming Fundamentals course.
It covers most of the basics of programming in C, and it is intended for the Fundamentals of Programming subject in the Computer Science degree.
The materials aim to support learning through practical examples and exercises that cover essential programming concepts such as:
- Different types of unctions
- Arrays
- Pointers
- Basic input/output
- Tables
- Basic search/ordering algorithms
Feel free to explore, use, and modify the content to support your learning process.