This repository contains mostly university projects aiming to
learn better C programming Language and basic computer features
and operations.
Specifically in these projects the inclining C programming language
knowledge is :
- Input - Output
- If statements
- Loops (for, while, do-while)
- Functions
- Memory allocation
- Lists
- Files
- Redirection of Input, Output
- Processes (pid, fork, execv)
- Pipes
- Sockets
- Non Blocking IO & IO Multiplexing
- Shared memory
- Semaphores
- Signals