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

https://github.com/sanjeevirajanramajayam/basic-c-programs

Personal C Programs.
https://github.com/sanjeevirajanramajayam/basic-c-programs

cprograms learn-to-code learning-exercise

Last synced: 9 months ago
JSON representation

Personal C Programs.

Awesome Lists containing this project

README

          

# 🧠 Basic C Programs

This repository contains a collection of basic C programming exercises that I practiced as a first-year Computer Science student. The goal of this repo is to build a strong foundation in programming logic and get comfortable with using Git and GitHub for version control.

## 📚 Topics Covered

- ✅ Input / Output
- ✅ Conditional Statements (`if`, `switch`)
- ✅ Loops (`for`, `while`, `do-while`)
- ✅ Arrays
- ✅ Strings

## 🚀 Why this repo?

- 👨‍💻 To practice and strengthen my C programming skills
- 🌱 To track my learning progress
- 🔧 To learn how to use Git and GitHub

## 🛠️ Tools Used

- C Compiler (GCC)
- VS Code
- Git & GitHub

## 🙌 Contributions

This is a personal learning repository, but feel free to explore and suggest improvements if you like!