This repository contains C programming assignments created as part of my college coursework.
It is intended to practice core concepts of the C programming language and strengthen problem-solving skills through hands-on implementation.
The repository includes programs covering topics such as:
- 🧱 Basic syntax and structure of C
- 🔢 Variables and data types
- 🔀 Conditional statements
- 🔁 Loops
- 🧩 Functions
- 📦 Arrays and strings
- 🛠️ Basic problem-solving programs
The main purpose of this repository is:
- ✅ To complete and maintain college C programming assignments
- 📘 To document my learning progress in C programming
- 🏗️ To build a strong foundation in procedural programming
- 🖥️ Install a C compiler (e.g., GCC)
- ⚙️ Compile the program:
gcc filename.c -o output
