gouravthakur39 / beginners-C-program-examples

Simple, Short and Sweet beginners friendly C language programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visit my website to know more about me : gouravthakur.com

Beginners C Program Examples

:octocat: Fork and ✴️ star this repo

Simple, short and sweet beginners friendly C language programs

These program are written in codeblocks ide for windows. These programs are not very sophisticated as these are beginners friendly and have many bugs. Anyone who is new to c language can practice these examples.

  • Only programs written in c language will be merged.
  • Beautify/Format your code before making a PR. Poorly stuctured code with inconsistent spacing and bad variable name will not be merged.
  • Use this tool to beautify your code : https://codebeautify.org/c-formatter-beautifier
  • Make sure your program works after beautifying it.
  • #include< stdio.h > is wrong and you must remove whitespaces. #include<stdio.h> is correct.
  • Please check your spellings before making a PR
  • Comment code properly.

alt text

List of programs

Contributing

This is a personal learning project for me.

Please feel free to fork this repo. Pull request to submit more programs.

About

Simple, Short and Sweet beginners friendly C language programs

License:MIT License


Languages

Language:C 97.4%Language:C++ 2.6%