Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 304 Bytes

File metadata and controls

12 lines (10 loc) · 304 Bytes

C Programming Practice

A collection of C programs for practicing fundamental programming concepts such as:

  • Variables and Data Types
  • Control Structures (if, loops, switch)
  • Functions
  • Arrays and Strings
  • Pointers and Memory Management
  • Structs and File I/O
  • Dynamic Allocation
  • Linked Lists