Mazner / C-language-adventures

My programs made using C language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Here you'll find my programs made with

The programs go as follow:

First list Simple programs, without conditions or loops;

Second list Programs using conditions (if, else, else if);

Third list Programs using loops (for, while, do while);

Fourth list Programs using arrays;

Fifth list programs using matrixes;

Lista (It's a normal list data structure)

Pilha_encadeada (linked stack)

pilha_contigua (Stack made with array)

About

My programs made using C language


Languages

Language:C 99.8%Language:Makefile 0.2%