In which year was the C++98 standard officially published?
- 1990
- 1995
- 1998
- 2002
The C++98 standard was officially published in 1998. It was the first standardized version of the C++ language, providing a foundation for many modern C++ features and establishing a baseline for future improvements.
Loading...
Related Quiz
- Which file opening mode in C++ will allow you to append data at the end of the file’s content?
- The _______ keyword is used to explicitly instantiate a template.
- In terms of object-oriented design principles, what is typically the most significant critique against the use of friend functions?
- How does the compiler treat the conditions in a nested if-else structure?
- The result of dividing two integers in C++ is always a(n) _______.