https://github.com/jagritixjha/c-programs
A collection of fundamental C programming concepts with simple examples, covering topics like variables, loops, functions, pointers, and more
https://github.com/jagritixjha/c-programs
c c-language c-loops c-programming
Last synced: 3 months ago
JSON representation
A collection of fundamental C programming concepts with simple examples, covering topics like variables, loops, functions, pointers, and more
- Host: GitHub
- URL: https://github.com/jagritixjha/c-programs
- Owner: jagritixjha
- Created: 2024-01-25T17:22:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T17:44:34.000Z (3 months ago)
- Last Synced: 2025-02-18T18:42:26.924Z (3 months ago)
- Topics: c, c-language, c-loops, c-programming
- Language: C
- Homepage: https://github.com/jagritixjha/c-programming
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# C Programming Concepts and Examples
This repository contains a collection of C programming concepts and practical examples. As a beginner learning C, I’m sharing my progress with simple code snippets and explanations.
## About
This repository is designed to help beginners learn the fundamentals of C programming by providing examples and explanations. You'll find:
- Basic C syntax and concepts
- Simple programs covering common C topics
- Some programming questions to get the concepts clearly.## Topics Covered
- Variables and Data Types
- Control Flow (if-else, loops)
- Functions
- Arrays and Strings
- Pointers
- Structures
- File Handling
- Error Handling**More topics will be added as I continue learning!**