answersLogoWhite

0

Although C++ inherits from C, they are actually independent languages intended for different purposes. Which you learn first is more a matter of what is more important to you. If you want to write procedural code using a structured language then C is the one to start with. If you want to write procedural code using an object-oriented approach then C++ is the one to start with. If you want to learn both then it is recommended that you start with C++ as it's much easier to learn C if you already know C++, but much harder to learn C++ if you already know C.

User Avatar

Wiki User

11y ago

What else can I help you with?