Welcome to my collection of problem-solving solutions written in C programming language!
This repository showcases my journey in practicing and mastering C through various challenges and exercises.
- Each file contains a standalone solution.
- Organized by topics like conditions, functions, arrays, strings, etc.
- Well-commented code for better understanding.
- Basic Input/Output
- Control Structures (if, switch, loops)
- Functions and Recursion
- Arrays and Strings
- Pointers and Dynamic Memory
- File System and others
-
Clone this repository:
-
Compile any C file using GCC or your preferred compiler:
gcc filename.c -o filename ./filename