Introduction to C

Introduction to C:



In this complete course we will learn about C language in detail.


So, let's begin...


In 1972, Dennis M. Ritchie developed C language at Bell Labs.
C language was first used on DEC PDP-11 computer in 1972.
C is high level language.
Means it is human understandable.

Linux, OS (Operating System), PHP, MySQL are written in C language.

C is written in assembly language.
In beginning, C was used to develop system applications like :


  1. Language Interpreters.
  2. Compilers and assemblers.
  3. Network Drivers.
  4. Word Processors.
  5. Database Systems, etc.