Skip to content

Contribute Simple C Example Programs (Good First Issue) #16

@gpl-gowthamchand

Description

@gpl-gowthamchand

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions