Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freyxfi/thec-programming-language
The C programming language i have learned so far, but this time i'm storing all my codes so others can learn from it
https://github.com/freyxfi/thec-programming-language
100daysofcode beginner c c-language c-programming c-programming-language
Last synced: about 1 month ago
JSON representation
The C programming language i have learned so far, but this time i'm storing all my codes so others can learn from it
- Host: GitHub
- URL: https://github.com/freyxfi/thec-programming-language
- Owner: freyxfi
- Created: 2022-07-29T02:11:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T04:57:44.000Z (about 2 years ago)
- Last Synced: 2024-10-12T17:04:07.707Z (about 1 month ago)
- Topics: 100daysofcode, beginner, c, c-language, c-programming, c-programming-language
- Language: C
- Homepage:
- Size: 3.32 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### The-C-Programming-Language (Learn it) Naah ! (Code it)
Basics
1. Hello,World!
![1](img/1.png)2. Variables and Data Types
![2](img/2.png)3. Arrays
![3](img/3.png)4. Multidimensional Arrays
![4](img/4.png)5. Conditions
![5](img/5.png)6. Strings
![6](img/6.png)7. Function
![7](img/7.png)