Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipenobrg/c-exercices
C exercises for my college.
https://github.com/felipenobrg/c-exercices
arrays c data-structures pointers
Last synced: 27 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T17:11:25.000Z (about 1 year ago)
- Last Synced: 2023-11-30T22:29:07.284Z (about 1 year ago)
- Topics: arrays, c, data-structures, pointers
- Language: C
- Homepage:
- Size: 698 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 DirectivesHappy coding! 🚀