Skip to content

Manishkumarsingh41/C-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 C Programming Practice by Manish Kumar Singh

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.


📘 What You’ll Learn

✅ 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


📁 Folder Structure

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

🚀 How to Run the Code

  1. Clone the Repository

    git clone https://github.com/Manishkumarsingh41/C-Programming.git
    cd C-Programming
  2. Compile and Run Any File

    gcc filename.c -o output
    ./output

📌 About Me

👨‍💻 Manish Kumar Singh
🎓 B.E. in Artificial Intelligence & Data Science (RNSIT, Bengaluru)
🔧 Passionate about system-level programming, algorithms & building smart tools
🌐 Portfolio | GitHub | LinkedIn


🛠️ Upcoming Additions

  • More pointer & memory allocation programs
  • File handling in C
  • Explanation videos or notes
  • Mini C projects

📃 License

This repository is licensed under the MIT License.


⭐️ If this helped you in learning or practicing C, drop a ⭐ to support!

About

C Programming Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages