Welcome to my C Programming Course repository!
This contains all the codes, solutions, assignments, and practice problems I completed during the PHITRON C Programming Course.
I studied consistently for 1.5 months, dedicating 3–4 hours per day, and documented my learning here to help others and showcase my C programming skills.
This course covered:
- ✅ Basic syntax, variables, data types
- ✅ Operators and conditional logic
- ✅ Loops and nested loops
- ✅ Functions and recursion
- ✅ Strings, arrays, and pointers
- ✅ File handling and problem solving
- ✅ Multiple assignments and practice modules
├── Module - 01 - Basic syntax, variables
├── Module - 02 - Operations and conditions
├── Module - 03 - Loop
├── Module - 06 - Problem solving
├── Module - 07
├── Module - 7.5 - Practice Module
├── Module - 08 - Assignment - 2
├── Module - 09
├── Module - 10 - String
├── Module - 10.5
├── Module - 11 - String Operators
├── Module - 11.5
├── Module - 12 - Mid Term
├── Module - 13 - Nested Loop
├── Module - 14 - Function
├── Module - 14.5 - Practice Day
├── Module - 15 - Pointer
├── Module - 15.5 - Practice Day
├── Module - 16 - Assignment - 03
├── Module - 17 - Recursion
├── Module - 18 - 2D Array
├── Module - 18.5 - Practice Day
├── Module - 19 - Problem Solving
├── Module - 19.5 - Practice Module
├── Module - 20 - Final Assignment
├── input.txt
├── output.txt
├── README.md
🧠 Key Concepts Learned
-
Input/Output operations
-
Conditional statements and loops
-
Nested loops and pattern printing
-
Functions and recursion
-
String manipulation and operations
-
Pointers and memory
-
1D & 2D arrays
-
Problem solving techniques
You can compile and run any .c
file using GCC:
gcc filename.c -o filename
./filename
🙌 Let's Connect 📧 Email: ahamedtanvir374@email.com 🔗 LinkedIn: https://www.linkedin.com/in/tanvirthedev
⭐ Star if Useful! If this project helped you or inspired you, consider giving it a ⭐ to support!