Skip to content

This repo stores all the programs of C Programming Language for the purpose of education and logic enhancement.

Notifications You must be signed in to change notification settings

extracoolkid/C_Lang_Programs_0_to_100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

C_Lang_Programs_0_to_100

This repo stores all the programs of C Programming Language for the purpose of education and logic enhancement.

Things to consider while making a Pull-Request:-

1.Make a folder with the name of problem 2.Add the code file along with a text file storing a brief description

How to make a pull request:-

  1. Fork this repository from top right of this page.
  2. Clone that repository on your local device using the command- git clone
  3. cd into this repo folder
  4. Make required changes
  5. You make check for changes using the command- git status
  6. Stage the changes using the command- git add .
  7. Now commit the changes using the command- git commit -m"appropriate message regarding pull-request"
  8. Finally push your code using the command- git push origin

About

This repo stores all the programs of C Programming Language for the purpose of education and logic enhancement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published