-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Good First Issue: Add Simple C Example Programs
Hey everyone 👋
This repo is all about helping beginners learn C Programming step by step.
To make it more practical, we’d love to add more example programs — and that’s where you can help! 🚀
What You Can Contribute
Here are some ideas for simple examples:
- Basics: sum of numbers, factorial, prime check
- Control flow: loops, if/else, switch
- Arrays & strings: reverse a string, search in an array
- Structures / unions / enums: small demos
- File handling: read/write a text file
Or… add any other beginner-friendly C program that fits the repo!
✅ Guidelines
Before contributing, please follow our Contribution Guidelines.
Some key points:
- Keep code simple and easy to understand (this repo is for beginners).
- Add comments in your code so learners can follow along.
- Place your
.c
file in the correct folder (or create one if needed). - Mention the related topic in your PR description.
Labels
This issue is marked as:
good first issue
help wanted
So if you’re new to open source, this is a great place to start!
Final Note
Even a small example can make a big difference for beginners.
Thanks a lot for contributing — can’t wait to see your programs!
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed