Introduction to C Programming

Founder Of C Programming ~~Dennis Ritchie

Some Introduction to C Programming
  • C language was developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Laboratories.
  •  C was initially designed to develop system software.  Because of its simplicity, flexibility and portability, it is also used to develop application software. 
  • Most of the features in C are derived from "B" programming language.  That is the reason why the new language was named as "C".
  • C is a high level language but it lacks features like garbage collection, object orientation which are usually available in high-level languages.

  • C is a structured programming language.  Because, C provides many features like functions, if statements, loops, blocks etc.
  • Appication Of It

  1. Used to develop firmware for micro controllers, operating system, device drivers etc.
  2. Major programming languages like PHP, Perl , Python etc. are written in C
  3. Used to develop application softwares like media player, mp3 player, games etc.

Comments

Popular posts from this blog

Implement Bouncing Ball Animation Using C Graphics

Walking Stickman -Using C graphics

Sine Wave - Using C Graphics