C++ Interview Questions And Answers 2021
Q1 What is C++? Answer : C++ is an object-oriented programming language created by Bjarne Stroustrup. It was released in 1985. C++ is a superset of C with the major addition of classes in C language. Initially, Stroustrup called the new language “C with classes”. However, after sometime the name was changed to C++.