A comprehensive collection of C programming examples and exercises, organized by core concepts. This repository serves as a reference for fundamental algorithms, data structures, and syntax in C.
The project is organized into the following directories:
| Folder | Description |
|---|---|
Array |
Implementation of one-dimensional and multi-dimensional arrays, including sorting and searching. |
Functions |
Examples of modular programming, including recursion and parameter passing (e.g., Fibonacci). |
Patterns |
Logical exercises focused on nested loops to print various geometric and number patterns. |
Strings and Pointers |
Memory management, pointer arithmetic, and string manipulation. |
To run these programs, you will need a C compiler installed on your system (such as GCC, Clang, or MSVC).
- Clone the repository:
git clone [https://github.com/Dhyandave28/Programming-In-C.git](https://github.com/Dhyandave28/Programming-In-C.git)