All Projects → gouravthakur39 → Beginners C Program Examples

gouravthakur39 / Beginners C Program Examples

Licence: mit
Simple, Short and Sweet beginners friendly C language programs

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Beginners C Program Examples

30 Seconds Of Code
Short JavaScript code snippets for all your development needs
Stars: ✭ 89,121 (+64480.43%)
Mutual labels:  hacktoberfest, programming, snippets
Smoke
💨 Simple yet powerful file-based mock server with recording abilities
Stars: ✭ 142 (+2.9%)
Mutual labels:  hacktoberfest, simple, template
code-examples
Short code snippets written by our open source community!
Stars: ✭ 60 (-56.52%)
Mutual labels:  snippets, programming, code
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+57.97%)
Mutual labels:  hacktoberfest, snippets, code
Cookietemple
A collection of best practice cookiecutter templates for all domains and languages with extensive Github support
Stars: ✭ 81 (-41.3%)
Mutual labels:  hacktoberfest, project, template
Letters
Письма к студентам курса
Stars: ✭ 107 (-22.46%)
Mutual labels:  programming, code
Acme Assembly Vscode Template
A template for compiling 6502 assembly code with ACME in VSCode
Stars: ✭ 109 (-21.01%)
Mutual labels:  code, template
Angular Chrome Extension
angular chrome extension scaffold
Stars: ✭ 113 (-18.12%)
Mutual labels:  project, template
Guide To Staying Productive
If you're looking for ways to stay motivated and focused, while still having fun, this guide is for you! Contributions and any kind of improvements are very welcome!
Stars: ✭ 116 (-15.94%)
Mutual labels:  programming, code
Gomplate
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
Stars: ✭ 1,270 (+820.29%)
Mutual labels:  hacktoberfest, template
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-18.12%)
Mutual labels:  hacktoberfest, programming
Dev Folio
🔥 A collection of Free Portfolio templates for developers.
Stars: ✭ 120 (-13.04%)
Mutual labels:  hacktoberfest, template
Awesome Courses
😏 📄 An awesome list of educational websites, YouTube playlists, channels and books about programming
Stars: ✭ 99 (-28.26%)
Mutual labels:  hacktoberfest, programming
Sharedchamber
Android Secure SharedPreferences Using Facebook Conceal Encryption
Stars: ✭ 96 (-30.43%)
Mutual labels:  hacktoberfest, simple
Syntaxmeets
Syntaxmeets. Create rooms 🏠 Call your friends 👬🏼 Sip Chai, ☕ Chat, Create, and Code👨‍💻. A coding platform to code simultaneously 🚀 with your friends and design your algorithms on SyntaxPad.💫✨
Stars: ✭ 110 (-20.29%)
Mutual labels:  programming, code
Rebar3
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
Stars: ✭ 1,295 (+838.41%)
Mutual labels:  hacktoberfest, template
Vscode Matlab
MATLAB support for Visual Studio Code
Stars: ✭ 114 (-17.39%)
Mutual labels:  hacktoberfest, snippets
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (-6.52%)
Mutual labels:  hacktoberfest, template
Codezilla
⚡️ codezilla ⚡️ One giant 🦖 collection of algorithms & design patterns.
Stars: ✭ 127 (-7.97%)
Mutual labels:  hacktoberfest, programming
Fossurl
Your Own Url Shortner Without any fancy server side processing and support for custom url , which can even be hosted on GitHub Pages
Stars: ✭ 131 (-5.07%)
Mutual labels:  hacktoberfest, simple

Beginners C Program Examples

Fork and ✴️ star this repo

Simple, short and sweet beginners friendly C language programs

“That's the thing about people who think they hate computers. What they really hate is lousy programmers.” ― Larry Niven

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].