Which year was the C++ programming language introduced?
- 1970
- 1980
- 1983
- 1995
C++ was introduced in 1983 by Bjarne Stroustrup as an enhancement to the C language.
Loading...
Related Quiz
- What is the initial statement in a for loop typically used for?
- Creating user-defined exceptions in C++ can be achieved by inheriting the _______ class.
- When dealing with complex conditions, it might be beneficial to use a _______ in conjunction with if-else structures to improve code clarity and maintainability.
- When a class B is inherited publicly from a class A, then the protected members of class A will become _______ in class B.
- Which of the following C++ standards introduced smart pointers?