Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 630 Bytes

C Projects

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