Code Monkey home page Code Monkey logo

beginners-c-program-examples's Introduction

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.

beginners-c-program-examples's People

Contributors

anirudh1200 avatar anishtilak16 avatar ayanujju avatar bharatchhipa avatar breakstate avatar chaudhary1337 avatar dcjc29 avatar desai10 avatar geetanjaliaich avatar gouravthakur39 avatar harry30225 avatar hrishikeshathalye avatar implosion07 avatar jackklassen avatar l33tcat avatar leoperon avatar manaarth avatar mansi-1120 avatar pjpollina avatar pulgit555 avatar quentinmanemla avatar rishitc avatar rochisha24 avatar sarveshsrv avatar shivangahuja24 avatar skcshubham avatar sudeep25022000 avatar thetejasmagade avatar tvsssripad avatar vedanshm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beginners-c-program-examples's Issues

Buffer Overflow in C

Write or add an article educating new programmers about buffer overflow and some guidelines to write secure code in C. Make it interesting by adding images, visualisation, examples etc. Name your article as Buffer Overflow For Kids.md ๐Ÿ˜ƒ

Bash file to compile programs

Running the program(s) using bash script

I've made a simple bash script called 'compile.sh'

Which is already executable

Open terminal in the project directory and compile any program file using below script.

./compile.sh

Array's Question Median of Two Sorted Arrays

Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays.

The overall run time complexity should be O(log (m+n)).

Solution in C language

Bubble Sort

Can anyone explain bubble sort using an illustration?

put files in Folders

Hello Everyone

I am glad to be here as i am presently learning C language.
I have have a suggestion, i think the files are scattered as they are right now, why don't we put them in folders from top to bottom.
categorize the folders into Numbers , Strings and Data Structures.

For easy Accessibility .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.