what is diffrence between C and C++
Answers
Answered by
16
C and C++ are programming languages and used for application development. 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.
Answered by
1
Answer:
Simple Answer
Explanation:
C is not an oop(Object Oriented Programming)language. While, C++ is an oop(Object Oriented Programming)language.
Similar questions