C is a procedural language which means it focuses on the procedure more than the objects. So there is no role of objects, classes, and the four pillars of OOPS.
Whereas, C++ is an object-oriented language having all the features like abstraction, polymorphism, encapsulation, inheritance, class, and object.
You cannot run any c++ code in c but you can run most of the c code in c++.