Hello! I am Shakil Ahmed, a Computer Science and Engineering student at Pirojpur Science and Technology University (Session: 2024-25).
This repository documents my journey through the C Programming Language, containing solutions to various problems, algorithms, and data structures.
All codes are organized into specific folders based on topics:
| 📁 Basic Concepts | 📁 Control Flow | 📁 Advanced Topics |
|---|---|---|
operator/ Operators & Expressions |
condition/ If-Else Logic |
Array/ 1D & 2D Arrays |
math/ Mathematical Problems |
switch/ Switch Case Examples |
string/ String Manipulation |
function and recursion/ Functions & Recursion |
loop/ For, While, Do-While |
pointer/ Memory & Pointers |
break and continue/ Jump Statements |
structure/ Structs & Unions |
|
File Handling/ File I/O Operations |