Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 360 Bytes

My C Progress!

Heres what I learned:

  • Hello World!
  • Inputs
  • If/Else Switch
  • While/For Loop
  • Break/Continue In Loops
  • Functions
  • Recursive Functions
  • Arrays
  • Pointers
  • Ram Management(Malloc, Calloc, Realloc, Memset)
  • String Functions
  • Struct
  • File
  • Terminal Arguments