https://github.com/felipenobrg/c-exercices
C exercises for my college.
https://github.com/felipenobrg/c-exercices
arrays c data-structures pointers
Last synced: 10 months ago
JSON representation
C exercises for my college.
- Host: GitHub
- URL: https://github.com/felipenobrg/c-exercices
- Owner: felipenobrg
- Created: 2023-09-12T10:59:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T09:57:13.000Z (over 2 years ago)
- Last Synced: 2025-02-09T06:18:39.389Z (over 1 year ago)
- Topics: arrays, c, data-structures, pointers
- Language: C
- Homepage:
- Size: 724 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Practical Studies
Welcome to the `C Practical Studies` repository! This collection is designed to provide hands-on exercises and studies to help you strengthen your C programming skills.
## Getting Started
### Clone the Repository:
```bash
git clone https://github.com/yourusername/c-practical-studies.git
Dive into various C exercises within the repository. Each folder represents a specific topic or concept.
Run the Code:
Execute the C programs to observe practical implementations of the studied concepts.
Use this as an opportunity to experiment and enhance your C programming skills.
Topics Covered
Basic Syntax
Variables and Data Types
Control Structures (if, else, switch)
Loops (for, while, do-while)
Functions
Arrays
Pointers
Structures and Unions
File Handling
Memory Management (malloc, free)
Preprocessor Directives
Happy coding! 🚀