C and C++ are two common languages used for writing programs and getting suitable desired outputs. They are both strongly typed and, like most other languages in widespread use, imperative. C is a...
C++ was created to extend the capabilities of C, making it object-oriented. So C++ has a lot of stuff that C doesn't, but there isn't much (if anything) in C that isn't in C++.