Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Which is easier to learn C or C++?

Which is easier to learn C or C++ Programming Language?
by

1 Answer

aashaykumar
Even more. All of C's low-level ideas are available to you. You also have many other concepts related to OOP, generic type, exceptions and polymorphism.

C++ is a new language that supports three types of programming: procedural, object-oriented, and functional.

After getting used to it, you can create programs around the terms that you find in your problem domain. C++ is better than plain C at this task.

Login / Signup to Answer the Question.