37.0k views
3 votes
What is the difference between C and C++ programming Language?

User Touti
by
5.7k points

1 Answer

3 votes

Answer:

The main difference between the c and the C++ programming language are as follows:

  • The C language is the type of procedure programming language and on the other hand, C++ is the combination of object oriented (OOPS) and the procedure programming language.
  • The C programming language does not support any type of object and class in the system. While the C++ programming language is also known as hybrid programming language.
  • The C programming language does not support any type of operator overloading and function. On the other hand, the C++ programming language supported both the function overloading and the function.

User Walchy
by
5.8k points