C Programming Language Tutorial

  • C is a powerful general-purpose programming language.
  • It is fast, portable and available in all platforms.
  • C was created in 1972 by Dennis Ritchie at the Bell Labs in USA as a part of UNIX operating system.
  • C was also used to develop some parts of this operating system.
  • C is a structured language. it allow verity of program in small module.

Prerequisite

This tutorial is designed for software programmers with a need to understand the C programming language starting from scratch. This tutorial will give you enough understanding on C programming language from where you can take yourself to higher level of expertise.

Audience

If you are new to programming, C is a good choice to start your programming journey.