Skip to content

Course Outline

Welcome to the beginner-friendly C programming guide.
This documentation covers the important topics to be covered and assignment details for this course.


📌 Topics

  • Introduction to programming
  • Git and Github introduction
  • Basic C Programming Concepts
  • Operators and expressions
  • Control Structures
  • Array and Strings
  • Functions
  • Pointers and memory management
  • User defined functions and libraries
  • File input/output
  • Debugging and testing
  • Coding practices and style guidelines
  • Assignments