https://github.com/boblyx/selflearnc
A bunch of small C projects to self learn the C language.
https://github.com/boblyx/selflearnc
Last synced: 3 months ago
JSON representation
A bunch of small C projects to self learn the C language.
- Host: GitHub
- URL: https://github.com/boblyx/selflearnc
- Owner: boblyx
- License: gpl-2.0
- Created: 2023-11-09T01:38:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T23:28:59.000Z (7 months ago)
- Last Synced: 2025-01-23T20:17:09.094Z (4 months ago)
- Language: C
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selflearnC
Mini projects aimed at learning the C programming language.## Projects
- 00 - `list`: Playing with arrays in C.
- 01 - `dict`: Trying to implement a dictionary in C and failing.
- 02 - `ptr`: Pointer exercises trying to understand how pointers work.