An open API service indexing awesome lists of open source software.

https://github.com/dibyadyutidas/c

c programs
https://github.com/dibyadyutidas/c

c programming

Last synced: 3 months ago
JSON representation

c programs

Awesome Lists containing this project

README

          

# 🚀 Learn C Programming 💻

![C](https://img.shields.io/badge/Language-C-blue?style=for-the-badge&logo=c)
![Repo Status](https://img.shields.io/badge/Status-Active-brightgreen?style=for-the-badge)

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
```