Low Level Programming

Description

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

Environment

Author

Acknowledgments

  • All the members of Holberton School Cohort 5 who helped.