Welcome to my C Programming repository!
This is where I’ve practiced the fundamentals of the C language through hands-on coding — perfect for beginners revising or anyone preparing for technical interviews.
✅ Basics of C Syntax
✅ Input / Output
✅ Variables and Data Types
✅ Operators and Control Statements
✅ Loops (for, while, do-while)
✅ Arrays and Strings
✅ Functions
✅ Pointers (basic level)
✅ Practice problems and dry runs
C-Programming/
├── 01_hello_world.c
├── 02_variables.c
├── 03_if_else.c
├── 04_loops.c
├── 05_arrays.c
├── 06_functions.c
├── 07_strings.c
├── 08_pointers.c
├── practice/
│ ├── pattern1.c
│ ├── factorial.c
│ └── ...
├── README.md
-
Clone the Repository
git clone https://github.com/Manishkumarsingh41/C-Programming.git cd C-Programming
-
Compile and Run Any File
gcc filename.c -o output ./output
👨💻 Manish Kumar Singh
🎓 B.E. in Artificial Intelligence & Data Science (RNSIT, Bengaluru)
🔧 Passionate about system-level programming, algorithms & building smart tools
🌐 Portfolio | GitHub | LinkedIn
- More pointer & memory allocation programs
- File handling in C
- Explanation videos or notes
- Mini C projects
This repository is licensed under the MIT License.
⭐️ If this helped you in learning or practicing C, drop a ⭐ to support!