Programming Language :
A programming language is a computer language engineered to create a standard form of commands. This is very inportant language for making a softwares. These commands can be interpreted into a code understood by a machine or computer. Programs are created through programming languages to control the output of a machine through accurate algorithms, similar to the human communication process.
A programming language is also known as a programming system, computer language or computer system.
C Programming Language (C) :
C is a computer programming language. C is a high-level and general purpose programming language that is ideal for developing portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System (OS) in the early 1970s.
C++ Programming Language :
C++ is also a computer programming language. C++ is an object oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of C language. It is therefore possible to code C++ in a "C style" or "object-oriented style." In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language.
C++ is a general purpose object oriented language. It is considered to be an intermediate level language, as it encapsulates both high and low level language features. Initially, the language was called 'C with classes’ as it had all properties of C language with an additional concept of 'classes’. However, it was renamed to C++ in 1983.
No comments:
Post a Comment