Computer Science, asked by dsunitajapert, 1 year ago

What are the main differences between c and c++ programming languages?

Answers

Answered by vee11
0
C++ ia an object oriented programing but c is a procedure oriented programing.
C is super set of C++.
C can't suport inheritance,function overloading, method overloading etc. but C++ can do this.
In C-programe the main function could not return a value but in the C++ the main function shuld return a value.
Answered by AskewTronics
0

Difference in c and c++ :

Explanation:

  • C: The c is a programming language, in which the steps are presented in the form of a processor and the function.
  • C++: But the c++ programming language is a modified form of the c-programming language. Hence it can be able to use the features of the c program and besides, it will use the concept of OOPS.

Learn More :

  • C-Program : https://brainly.in/question/12809215

Similar questions