Explain the relationship between C and C++ programming.
Answer:
-C is a subset of C++.
-C is a part of C++ program. Every program in C is a C++ program.
-Not all programs in C++ will run in C platforms.
New features of C++ program make it to be an object oriented programming language.
-Both languages use the same compilers to execute the program.