Skip to content

officialnosk/C-Programming-Resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

C- Programming-Resources

This repo Contains resources / guides for beginners to learn C Programming

Read CONTRIBUTING.md before adding resources on this repo ⭐

One Tips to Remember which ever resources you choose:

START WITH A SINGLE RESOURCES AND STICK WITH THAT TILL YOU COMPLETE


So why should you learn C programming?

  1. It only has 32 keywords, so it is a good starting point to learn programming.
  2. It is easy and fast to learn the basics of C programming.
  3. It helps to understand the fundamentals of computer theories. Most of the theories related to computers, like computer networks, compiler designing, computer architecture, and operating systems, are based on the C programming language and require a good knowledge of C programming if you are working on them.
  4. C is considered a middle-level language , somewhere between a low-level language and a high-level language. It acts as a bridge, so it's important to learn C.
  5. If you want your programme to run very fast, use the C language.
  6. If you want to learn robotics ,learn C programming.
  7. If you want to make your own hardware and programme it, learn C programming to do so.
  8. If you want to build your own operating system , learn C programming to do so.
  9. Want to brush up your logic building skills? Do it in C.

(Recommended method to learn Programming)

English Video Tutorials

  1. MyCodeSchool Videos is the best one in making a beginner fall in love with programming concepts. You can see the content he has delivered by reading comment section.
  2. FreeCodeCamp.org FreeCodeCamp provides a great learning resource to C in a very short and interactive way.
  3. CS50 CS50 is an online course provided by Harvard University to help students to learn from the best teachers from the Harvard University.
  4. Neso Academy this channel is for beginners and al well as pro can consider to learn all topics from scratch

Nepali Video Tutorials

  1. Bikalpa Codes aka Bikalpa Dhakal has great collection of C Tutorials where he has taught concepts of C programming like no-one. You can see the quality he has delivered and the passion he has for C programming and teaching by his 100+ video count in C programming only.

Hindi Video Tutorials

  1. MySirG.com has great video tutorials by teaching all the basics conscisely and clearly.
  2. CodeWithHarry CWH has great playlist which is very good for beginner.
  3. Jenny's lectures CS/IT NET&JRF she teached everything in proper structured way and both beginners and pro can cosider her video lectures.
  4. Apna College in one shot you are going to learn every topic from scratch and she solved multiple question in order to grasp the topics clearly

Intermediate Resources

(Add resources that are suitable for intermediate level person who are familiar with basics of C programming and want to dive into advanced concepts)

PlatForm To Practice Coding in C

  1. GFG
  2. LeetCode
  3. HackerRank This platform is suggested for beginners
  4. HackerEarth
  5. AtCoder
  6. CodeChef
  7. CodeForces

Project Based Learning

(Add the projects that you think will be good to follow and learn, you can add beginner to advanced projects but make sure to mention that in description)

  1. Writing 2D Games in C using SDL by Thomas LivelyThis mayn't be for beginner but it's good to gather some insights after you understand the basics. Also this video is completely for Linux User so make sure you are in one ;)

About

Contains resources / guides for beginners to learn C Programming

Topics

Resources

Stars

Watchers

Forks