Home »
MCQs »
C++ MCQs
In which year C++14 was introduced?
13. In which year C++14 was introduced?
- 2014
- 2015
- 2017
- None of the above
Answer: A) 2014
Explanation:
C++14 was introduced in 2014. It contains the following features:
- polymorphic lambdas
- digit separators
- generalized lambda capture
- variable templates
- binary integer literals
- quoted strings