Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 8 hours 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

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)