C++:
*C++ is a general-purpose programming language created by Bjarne Stroustrup.
*C++ language is the extension of c language.
*Modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
*C++ has also been found useful in many other contexts, with key strengths being software infrastructure and resource-constrained applications.
*C++ was developed by Danish computer scientist Bjarne Stroustrup at Bell Labs in 1979.
*File extensions are .C, .cc, .cpp, .cxx, .c++, .h, .hh, .hpp, .hxx, .h++.
*C++ supports four types of memory management: static storage duration objects, thread storage duration objects, automatic storage duration objects, and dynamic storage duration objects.
*C++ supports different ways of programming like procedural, object-oriented, functional, and so on.
*These different ways makes C++ powerful as well as flexible.