Feedback for these lessons is very much welcome. If you like or hate something about a lesson let us know, either on GitHub, via Mail or just tell us in person ;)
x
About
This site hosts the exercises for the fsr c lessons. Sources can be found on GitHub
Modules and concepts this course wants to teach:
- understanding the structure of a C script
- compiling a program
- Input/Output of strings and variables
- control structures
- defining functions
- using standard libraries
- Arrays
- complex data types
- Pointers and Pointer logic
- dynamic storage