difference between c and c++
Answers
The major difference between C and C++ is that 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 language; therefore C++ can be called a hybrid language.
Answer:
C and C++ are two different programming languages.
C is a flexible programming lanuage to learn and it is used as a general purpore programming language and it has a static type system. C is a great programming lanuague as it executes faster than other popular programming languages like java or python
C++ is also a general- purpose programming lanuague. However it is used to provide control over hardware, and this language is very fast because of which it is widely used in developing different games or in gaming engines
Hope this helps you and please mark as brainliest