https://github.com/alexnaughtonjr/c_notes
A place for notes related to learning C.
https://github.com/alexnaughtonjr/c_notes
c
Last synced: 11 months ago
JSON representation
A place for notes related to learning C.
- Host: GitHub
- URL: https://github.com/alexnaughtonjr/c_notes
- Owner: alexnaughtonjr
- License: mit
- Created: 2020-12-24T06:50:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-24T06:50:19.000Z (over 5 years ago)
- Last Synced: 2025-08-23T09:08:18.641Z (11 months ago)
- Topics: c
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C_Notes
C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions.