Post By: Co- Founder, Vinay Kumar Verma
Introduction to c-language |
C is a general-purpose programming language created by Dennis Ritchie at the Bell Laboratories in 1972. It is a very popular language and a high- level language, it is mainly used to create many types of applications and operating systems such as windows.
- It is Robust Language. It’s rich set of bit in function and operator can be used to write any complex program.
- The C Compiler combines the features of the assembly language and high level language so it is suitable for both system software and business package.
- Programs written in C languages are very efficient and fast because of its variety of data types and powerful operators.
- There are several inbuilt functions which is used to build any program
- There are 32 keywords in C Which is used to make the program
- C is highly portable language
- C language is suitable for structure programming. This modular structure makes program debugging, testing and maintenance easier
- The ability to extend itself. It means we can add our own functions into the c library