C is a general-purpose, procedural programming language that was developed in the early 1970s at Bell Labs by Dennis Ritchie. It is one of the most widely used programming languages and has had a significant impact on many other programming languages like C++, C#, and Objective-C.
Before we go into further discussions let's understand what the programming language is and why we need a programming language?
Programming Language?
Language: A language is a medium of communication. We humans use natural language to communicate with each other, but we can not communicate or give instructions to a computer using the natural language. So to communicate with a computer system we need a programming language.
Natural Language VS programming language
Broadly we can divide programming languages into 3 parts:
Machine Level PL (uses binary codes)
Assembly Level PL (uses mnemonics codes)
High-Level PL (very close to natural language)
Examples: C, Cpp, JAVA, C#, Python, and many more
Assembly & High-level Language
As the computer system only understands 0/1 we have to translate both to the low-level (0/1) format
Assembly-level language and High-level language translators.
There are various compilers available for C Language
No comments:
Post a Comment