What is difference between c and c++ language
Answers
Answered by
0
Answer:
The main difference between both these languages is C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object-oriented programming languages. ... On the other hand, C++ supports both procedural and object-oriented programming paradigms.
Hope it helps :)
Similar questions