Introduction: –
C is a general purpose, structured based and mid Level Programming Language. It is developed by Dennis Ritchie in bell laboratories of AT&T (American Telephone & Telegraph), located in U.S.A. in 1972. C programming is considered as the base for other programming languages, that is why it is known as mother language. It works on various platforms i.e Window XP/7/8.1/10 and UNIX OS. It is easy to learn and can handle low level activities.C Programming can be defined in the following ways: –
1) Mother language: –C programming language is considered as mother language for all the modern languages because most of the compilers, JVMs, Kernals etc. are written in C programming language. C++, Java and most of languages follow the syntax of C Programming language.
2) Mid level programming language: –
C language is considered as middle level language because it supports the feature of both low-level language and high level language
3) System programming language: –
C programming language is considered as system programming language because it is used to create system software. It is also used to create hardware devices such as drivers, kernels, OS and many more.Linux Kernal is also written in C.4) Procedure-oriented programming language: –
C Procedural language breaks the program into functions, data structures etc. A procedure language is known as function, method, routine, subroutine etc. A procedural language specifies a series of steps or procedures for the program to solve the problem.
No comments:
Post a Comment