Welcome to the Mini C Projects repository! Embarking on the exciting journey of learning C programming can be both thrilling and challenging, especially for those who are just starting. Whether you're a student eager to dive into the world of coding or a self-learner looking to build a strong foundation, this repository is your gateway to an immersive and hands-on learning experience.
Ensure you have a C compiler installed on your system. If you don't have one, you can use GCC for most platforms.
git clone https://github.com/zby-zy/mini-c-projects.git
cd mini-c-projects
- Project 1: Calculate Area And Circumference Of Circle
- Project 2: Calculate Area And Volume Of Sphere
- Project 3: Calculate Pass Grade
- Project 4: Convert Decimal To Binary
- Project 5: Find Armstrong Number
- Project 6: Find First Letter
- Project 7: Find Hypotenuse
- Project 8: Find Min And Max Elements Of Array
- Project 9: Find Min And Max Number
- Project 10: Find Palindromic Number
- Project 11: Find Text Length
- Project 12: Four Operations With Switch Case
- Project 13: List Prime Numbers Between Two Numbers
- Project 14: Reverse Text
- Project 15: Sort Elements Of Array
- Project 16: Sum Odd And Even Number
- Project 17: Sum Of Numbers 1 To 100
- Project 18: Sum Operation Using Pointer
Your contributions are highly valued and welcomed! Whether you want to add new features, fix bugs, improve documentation, or simply enhance the overall quality of the project, your efforts are appreciated. Fork the repository, make your improvements, and submit a pull request. Thank you for helping make Mini C Projects better for everyone!
This project is licensed under the MIT License - see the LICENSE file for details.
Happy coding! 🌟