Welcome to the C Programming Tutorial by CodeWithHarry! This repository is a comprehensive guide and resource for learning C programming from Harry sir. Dive into the world of C with detailed chapters, practice sets, and exciting projects. Let's embark on a journey through the fundamentals of C programming!
- Table of Contents
- Course Contents & Agenda
- Getting Started
- Project Highlights
- Contact
- Acknowledgments
Chapter | Topic | Brief Description | Status |
---|---|---|---|
Chapter 1 | Variables, Constants, Keywords | Introduction to variables, constants, keywords. | Completed |
Chapter 2 | Instructions & Operators | Understanding instructions and operators in C. | Completed |
Chapter 3 | Conditional Instructions | Exploring conditional instructions in C. | Completed |
Chapter 4 | Loop Control Instructions | Learning loop control instructions in C. | Completed |
Project 1 | Guess The Number | Implementation of a Guess The Number project. | Completed |
Chapter 5 | Functions & Recursions | Introduction to functions and Recursions. | Completed |
Chapter 6 | Pointers | Understanding pointers in C. | Completed |
Chapter 7 | Arrays | Exploring arrays in C. | Completed |
Chapter 8 | Strings | Working with strings in C. | Completed |
Chapter 9 | Structures | Introduction to structures in C. | Completed |
Chapter 10 | File I/O | File Input/Output operations in C. | Completed |
Project 02 | Snake, Water, Gun | Implementation of Snake, Water, Gun game. | Completed |
Chapter 11 | Dynamic Memory Allocation | Understanding dynamic memory allocation. | Completed |
To explore the tutorials, follow these steps:
-
Clone the repository:
git clone https://github.com/RanitManik/C-Tutorial-codewithharry.git
-
Add this repository as Remote:
git remote add origin https://github.com/RanitManik/C-Tutorial-codewithharry.git
-
Create and Switch to Your Branch:
git checkout -b YourBranchName
-
Push your changes to this branch:
git push --set-upstream origin DEV/{your_name}/{in_which_you_working_on}
-
Project 1 - Guess The Number:
- Implement a simple number guessing game.
-
Project 2 - Snake, Water, Gun:
- Create a classic game of Snake, Water, Gun.
Feel free to reach out for any queries or discussions:
Social Media | Username | Link | |
---|---|---|---|
ranitmanik.dev@gmail.com |
|||
Ranit Manik |
|||
ranit_manik_ |
|||
RanitKumarManik |
|||
RANIT_MANIK |
A special thanks to Harish sir (CodeWithHarry) for this enlightening C Programming course. Gratitude to the C programming community, online tutorials, and resources that have contributed to this learning journey.
Happy coding!