Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 391 Bytes

Introduction to C programming

Concepts in C programming

  1. Hello World
  2. Variables and if-else statements
  3. Functions and nested loops
  4. Pointers and Arrays
  5. Recurssions
  6. Static Libraries
  7. argc and argv
  8. malloc, free
  9. Preprocessors
  10. Structures, typedef
  11. Function Pointers
  12. Variadic functions
  13. Singly linked lists
  14. Bit Manipulation
  15. File input and output