Welcome to the Basic C Programming Projects repository! This repository contains a collection of simple C projects to help you learn and practice C programming. Each project comes with its own folder.
Password Generator, Tic-tac-toe, Rock-paper-scissors, Weather station, Calculator, Hangman, and more will be added
Contribution: Graph Plotter by https://github.com/PPraneesh,
If you'd like to contribute to this repository, please follow these guidelines:
- Fork this repository.
- Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork: git push origin feature/your-feature-name.
- Create a pull request to merge your changes into the main repository.