Answer:
Check explanation
Explanation:
Well, for one thing, C++ is a superset of C. This means:
Another similarity is that pretty much all of C's keywords and operators are used in C++ with the same use.
They both also use the semicolon (;) as the statement terminator.
There you go. 5 similarities between C and C++.