ABSTRACT

C++ is built on top of C in the sense that every reserved word (keyword) in C is available in C++ as well. This includes if-else conditions, loops, numerical types such as ”int” and ”double”, logic and arithmetic operations, etc. Thus, C++ enjoys all the good features in C.