Computer Science, asked by ShivamChauhan42, 1 year ago

What is the difference between C language and C++ language?

Answers

Answered by patel25
1
difference between C language and C++ language
C is a proceduralprogramming language and does not support classes and objects, while C++ is a combination of both procedural and object oriented programming language; therefore C++ can be called a hybrid language.
@ @@ @@ @@ @@ @@ @@
Please mark the answer as brain list answer
Answered by brainly7944
1

\huge{\textbf{\underline{Answer:-}}}

C language

C language is a general-purpose programming language that has been around for nearly 50 years ago.

This language has been used to write everything from operating systems including Windows to complex programs like the Python interpreter, Oracle and more.

This language mostly interacts with hardware of Computers such as it is used for making microprocessors.

C++

C++ is also a general-purpose programming language which is used for creating computer programs. Such as art applications, music players and even video games are made by c++.

Similar questions