https://github.com/dibyadyutidas/c
c programs
https://github.com/dibyadyutidas/c
c programming
Last synced: 3 months ago
JSON representation
c programs
- Host: GitHub
- URL: https://github.com/dibyadyutidas/c
- Owner: DibyadyutiDas
- License: mit
- Created: 2025-06-11T04:55:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T03:29:13.000Z (6 months ago)
- Last Synced: 2025-06-29T04:28:23.270Z (6 months ago)
- Topics: c, programming
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Learn C Programming 💻


Welcome to my C repository! 🧠 This is where I practice and document my C programming journey – from the basics to deeper concepts.
## 📁 Folder Structure
- `datatype/` – Primitive data types, type casting
- `function/` – Function definitions, recursion
- `loop/` – for, while, do-while loops
- `operator/` – All C operators (arithmetic, logical, bitwise)
- `pointer/` – Pointers and pointer arithmetic
- `string/` – Working with strings
- `structure/` – Structs and nested structs
- `imp/` – Important programs (calculator, swapping, factorial)
## 🛠️ Tools Used
- Compiler: GCC via terminal (MinGW)
- Editor: VS Code with C/C++ extension
## 📥 Clone the Repository
```bash
git clone https://github.com/DibyadyutiDas/c.git
cd c
```