14.
What does the mutable keyword in C++ mean when applied to a class member function?

15.
Which of the following correctly defines a lambda function in C++?

17.
Which of the following is not a valid way to initialize an array in C++?

19.
What is the purpose of the std::move function in C++?

20.
What is the purpose of the std::initializer_list class in C++?