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.
Comments
Post a Comment