/holbertonschool-low_level_programming

This repo is for taking the first steps in C

Primary LanguageC

Holberton School Low Level Programming

This repo is for learning lower level programmin languages starting with C, it has many sub directories which will contain practice projects. Here is a brief description of each one:

  • This directory is for taking the first steps in C.
  • This directory is for learning about varables, the if and else statements and the while loop in C.
  • This directory is for learning about nested loops in C.
  • This directory is for learning how to debug.
  • This directory is for practicing more nested loops and functions.
  • This directory is for learning about pointers, arrays and strings in C.
  • This directory is for practicing more pointers, arrays and strings.
  • This directory is for practicing more pointers, arrays and strings.
  • This directory is for learning about recustion in C.
  • This directory is for learning about static libraries in C.
  • This directory is for learning about argc and argv in C.
  • This directory is for learning about malloc and free in C.
  • This directory is for practicing more malloc and free.
  • This directory is for learning about the preprocesor.
  • This directory is for learning about structures and typedef in C.
  • This directory is for learning about function pointers in C.
  • This directory is for learning about variadic functions in C.
  • This directory is for learning about singly linked lists in C.
  • This directory is for practicing more singly linked lists.
  • This directory is for learning about bitwise operators in C.
  • This directory is for learning about file input/output in C.
  • This directory is for learning about doubly linked lists in C.
  • This directory is for learning about dynamic libraries in C.
  • This directory is for learning about hash tables in C.
  • This directory is for learning about makefiles in C.
  • This directory is for learning about search algorithms ins C.