Signup/Sign In

C++, as we all know is an extension to C language and was developed by Bjarne stroustrup at bell labs. C++ is an middle level language, as it comprises of both high level and low level language features.

C++ is a statically typed, free form, multiparadigm, compiled general-purpose language. The major difference between C and C++ is OOPS concept, C++ is an object oriented language whereas C is a procedural language.

In this tutorial we have covered C++ from its basic (concepts and syntax) to OOPS concepts, with code examples and Programs.

Related Tutorials