/selflearnC

A bunch of small C projects to self learn the C language.

Primary LanguageCGNU General Public License v2.0GPL-2.0

selflearnC

Mini projects aimed at learning the C programming language.

Projects

  • 00 - list: Playing with arrays in C.
  • 01 - dict: Trying to implement a dictionary in C and failing.
  • 02 - ptr: Pointer exercises trying to understand how pointers work.