What is C Programming Language in Detail?

What is C programming language
What is C language ?

In this article we are visiting and understand some basic concept of C-programming language in simple words such as,

  • What is C-language?
  • History of C language.
  • What is C-language programming?
  • Feature of C-language.

What is C Programming language

In term of  computer science engineering C programming language is know general procedural programming language or in other word we can say that procedural oriented programming language.

History of C-programming Language

The root all of programming language is ALGOL,introduced in the early in 1960s. ALGOL was the first computer language to use a block structure. ALGOL gave the concept of structure programming language to the computer science community.

After this in 1967, Martin Richards developed a language called BCPL(Basic Combined Programming Language) primarily for writing a system software. 

 In 1970,Ken Thompson created a language using feature of BCPL and called name as B-language.

After of all of this,C was evolved from ALGOL,BCPL and B by Dennis Ritchie at the Bell laboratories in 1972.C uses many concept from these language and added the concept of data type and other powerful feature.Since it was developed along with the Unix Operating System and this operating system which was developed at Bell Laboratories,was coded almost entirely in C.

What is C language Programming

C language programming is nothing but those program or coding which is written with help of C-language such program are know as C language program. 

Feature of C programming language

  • It is robust language which is rich set of inbuilt functions and operators can be used to write any complex program. 
  • The C language compiler combines the capabilities of an assembly language with the feature of a high level language. 
  • Program written in C are efficient and fast.this is because of its sort of data type and powerful operators.
  • C is extremely portable.This means that C programs written for one computer are often run on another with little or no modification.
  • Another important feature of C is its ability to increase itself.


Conclusion: In this article we have learnt about,What is C language,history of C language,What is C programming,Feature of C programming, I hope so this article clear all your doubt related to these topic and if you have any doubt then you can comment below.

1 Comments

Post a Comment
Previous Post Next Post