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