What is the difference between c and c++ language?
Answers
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
Explanation:
C supports inbuilt and primitive data types. On the contrary, C++ provides support for user-defined data types in addition to primitive and built-in data types. Moreover, C++ has Boolean and String as built-in data types. No such inbuilt data types exist in the C programming language.Ap
Explanation:
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..
FOLLOW ME
MARK AS BRAINLIST