/C-language-basic-problems

This is a collection of various example solutions of simple problems in C language. C was originally developed by Dennis Ritchie between 1969 and 1973 at Bell Labs. One of the most used programming language till today and still being used in numerous sectors of computer science.

Primary LanguageC

C-language-basic-problems

This is a collection of various example solutions of simple problems in C language. C was originally developed by Dennis Ritchie between 1969 and 1973 at Bell Labs. One of the most used programming language till today and still being used in numerous sectors of computer science.

This collection is open and free to use and everyone is welcome to contribute to make it large and clean by adding more problems and solutions and making existing solutions bug free.

So, that means you can:

  • Add more C programming problems and solution
  • Test existing solutions and fix bugs if there any
  • Use it for your own need

Read the documentation and see where to make a pull request if you find any error or you've got any suggestion! CONTRIBUTING.md

And I intend to write a book on basic understandings of C language, so that freshers can easily understand it without any confusion
Wish me luck!

Update

I've started writing the book. Here's the book. You can read it. It's targeted for beginners, so experienced individuals may find it very easy. C Programming Book by Meraj Kazi
Hope you'll find it helpful.