1.Introduction of C
what is C?
- C is the father of programming language.
- C is a general-purpose programming language, developed in 1972.
- C language was created by Dennis Ritchie at the Bell Laboratories.
- C programming language is very useful for embedded systems.
why C?
- It is the most popular programming language.
- It is very fast compared to java and python.
- it is easily connected with hardware.
- the UNIX OS was totally written in C.
- Microsoft's Windows kernel is developed mostly in C.
- It is widely used in system and application programming.
Benefits of C Language
- It is a middle-level language, a combination feature of both high-level and low-level language.
- C is a structural programming language in which complex programs are broken into similar programs used by the functions.
- It is capable of direct access to the machine-level hardware APIs(application programming Interface).
- C language is a case-sensitive programming language.
- C language is a general-purpose programming language it can work with enterprise applications, games and graphics.
watch the video lecture
0 Comments