Objective
- Why C language is so important?
- History of C language
Why C language is so important?
- Worth to know about the C language
- Oracle is written in c
- Core libraries of android are written in c
- Mysql is written in c
- Almost every device driver is written in c
- A major part of the web browser is written in c
- Unix Operating system is developed in c
- C is the world’s most popular programming language
- For Students
- C is important to build programming skills
- Easy to learn
- Structured language
- C covers basic features of all programming languages
- The campus recruitment process also required c language in most of the case’s
- C is the most popular language for hardware-dependent programming
- It produces efficient programs
- It can handle low-level activities
History of C language
- Level 1
- Developer name: Martin Richards
- Language name: Basic Combined Programming Language(BCPL)
- Year: 1966
- Level 2
- Developer name: ken Thomson
- Language name: B Language (improved version of BCPL)
- Year:1969
- Details: Ken wants to create the operating system But that not possible with the existing programming language BCPL. so he decided to modify the BCPL and develop and a new language called the language. After that, he creates his operating system. And the name of his operating system called UNIX operating system.
- Level 3
- Developer name: Dennis Ritchie
- Language name: C language (improved version of B language)
- Year:1972
- Details: Dennis is the co-developer of the UNIX operating system with ken. Dennis decided to improve the B Language to provide more features in UNIX operating system Like Portability.