The focus of the projects in this repository is learning the C Programming Language. Each directory contains new projects that specifically address learning new functions and tasks in C Language. This repository contains projects to build familiarity with concepts such as:
- Variables, If, Else, and While loops
- Functions and Nested loops
- Pointers, Arrays and Strings
- Recursion
- Static Libraries
- Argc and Argv
- Malloc and Free
- Preprocessor
- Structures and Typedef
- Function Pointers
- Variadic Functions
- Singly Linked Lists
- OS: Ubuntu 14.04 LTS
- Compiler: gcc 4.8.4 (C90)
- Language: C
- Style: Betty Holberton Style
- All the members of Holberton School Cohort 5 who helped.