waleed-adel / C_Exercises

This Repo contains some applications and exercises on C programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C_Exercises

This Repo contains some applications and exercises on C programming language. All the codes are written in compliant with C89 (ANSI C) standard. It covers mainly all of the basics topics in C such as:

  • Data Types (Primary, Derived and User defined).
  • Loops and conditional statements.
  • Functions.
  • Dynamic memory allocation and memory managment.
  • Data structures (ex: Linked list, Stack and Queue).
  • Algorithms (ex: Binary search, Bubble sort and Selection sort).

About

This Repo contains some applications and exercises on C programming language.


Languages

Language:C 100.0%