https://github.com/realkarthiknair/learning-c-lang-sem-1
Sharing my Journey with the C Programming Language
https://github.com/realkarthiknair/learning-c-lang-sem-1
beginner beginner-friendly c exercises learn-to-code learning learning-notes learning-resources notes programming scratch tutorial tutorial-code
Last synced: 3 months ago
JSON representation
Sharing my Journey with the C Programming Language
- Host: GitHub
- URL: https://github.com/realkarthiknair/learning-c-lang-sem-1
- Owner: realKarthikNair
- Created: 2022-01-13T19:25:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T18:40:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T08:51:28.447Z (3 months ago)
- Topics: beginner, beginner-friendly, c, exercises, learn-to-code, learning, learning-notes, learning-resources, notes, programming, scratch, tutorial, tutorial-code
- Language: C
- Homepage:
- Size: 8.26 MB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> This repo is *still* under construction, commute with caution - You have been warned!
>
> You are free to make contributions provided they match the overall style of the repo# Learning-C-Lang
Cuz Paulo Coelho once said- “And, when you want to learn the C programming language, all the universe conspires in helping you to achieve it.”### Why this repo?
- To save my progress learning the C programming language### Why go public?
- To make the day seem brighter for beginners into the C programming language### To anyone referring this repo
- The repo has many blank files, mainly markdown files which I'll fill with notes later
- Several important concepts might be missing in this repo, which I'll add eventually
- Things like history of C language and similar content is intentionally skipped, Google is always available for that
- The contents of the repo that includes the notes and code files are solely subjective to my own understanding of the C programming language. That said, any errors etc are quite normal since (1)I'm just a beginner to C and (2)I'm a human and humans make mistakes. In such cases **you are encouraged to send a PR(Pull Request) to rectify the errors and thus make this repo even useful for me and the general public.**### Resources I'm using/referring to learn C (will be updated with time)
- My college lecturers, [Ms. Swati Jain](https://vsit.vips.edu/swati-jain/), [Dr. Nivedita Palia](https://vsit.vips.edu/nivedita-palia/)
- [Linux Programmer's Manual](https://www.kernel.org/doc/man-pages/)
- Stack Overflow, [Microsoft Docs](https://docs.microsoft.com/en-us/cpp/c-language)
- [Geeks for Geeks](https://www.geeksforgeeks.org), [Javatpoint](https://www.javatpoint.com), [Study Tonight](https://www.studytonight.com/c/) and [Tutorials Point](https://www.tutorialspoint.com/cprogramming/) and random sites
- YouTube (C Programming by Neso Academy + other channels depending on need)
- "Programming in C" by Pearson and "Let Us C" by Yashavant Kanetkar