In what year was the C++17 standard released?
- 2011
- 2014
- 2017
- 2019
The C++17 standard, commonly referred to as C++17, was released in 2017. It brought several new features and improvements over the previous standards, streamlining the language and enhancing its capabilities for modern software development.
Loading...
Related Quiz
- Which access specifier allows a class member to be accessible only within its own class and friends?
- What is slicing in the context of object-oriented programming in C++?
- Creating user-defined exceptions in C++ can be achieved by inheriting the _______ class.
- Considering cache efficiency, which STL container will provide the fastest element access and iteration in most cases?
- In a for loop, if a continue statement is executed, then the control jumps to _______.