/C-language-adventures

My programs made using C language

Primary LanguageC

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)