what is diffrence between c and c++
Answers
Answered by
2
Hey there!
The actual difference between C and C++ is that C is a procedural programming language and does not support any of the valid objects or classes,
while C++ is a combination of both procedural and object oriented programming language;
Also, this is why C++ is known as a hybrid language.
I hope this helps.
The actual difference between C and C++ is that C is a procedural programming language and does not support any of the valid objects or classes,
while C++ is a combination of both procedural and object oriented programming language;
Also, this is why C++ is known as a hybrid language.
I hope this helps.
Similar questions