This repository contains solutions for ten exercice lists, three tests and one challenge. It was developed to learn about C and basic programming concepts at the university.
In the first list there are solutions about extremely basic concepts, such as variables, input, output and memory usage.
In the second list there are solutions about basic functions, such as weight calc.
In the third list there are solutions about selection structures, such as if
and switch case
.
In the fourth list there are solutions about recursion, such as factorial and fibonacci algorithms.
In the fifth list there are solutions about loop structures, such as for
, while
and do while
.
In the sixth list there are solutions about archives, such as read and write on external text files.
In the seventh list there are solutions about arrays.
In the nineth list there are solutions about matrices.
In the tenth list there are solutions about structs (objects).