+ 7
It depends on what you mean by better. C can be better than C++ in a few limited ways. But, C++ is better in much more ways: having classes/OOP support, much larger libraries of existing code, operator overloading, function overloading, reference variable parameters, exception handling, and limiting scope to a namespace.
18th May 2018, 4:50 AM
John Wells
John Wells - avatar