The C Programming Language

The Beauty of Simplicity


The Benefits of Writing in C

  • One of the most dominant programming language (even today).
  • Much of any modern operating system kernel (Windows, Unix, Linux and Mac) is written in C.
  • General Purpose Language -GPL- with strong bias toward system implementation.
  • High level language that runs fast. Among all high level languages C is the most fast compiled language.
  • Compact in size and simple to understand the C programming language allow beautifully simple and clear code generation.
  • Inspiring language: The C programming language is the prototype of many other high-level language including C++, Java, PHP and many many more.
This website contains links, projects and examples to help implementing the C programming language for problem solving.


Written by Yonatan Zilpa ©      Email: yonatan<at>magmath.com