This test covers a wide range of topics related to the C++ programming language. It includes questions on the Standard Template Library (STL), the Standard Library, Object Oriented Programming, Compound Data Types, Basics, Algorithms and Advanced Concepts. The test is designed to assess a candidate's knowledge and understanding of the C++ language and its various components.
Example Question:
1. No, you have to specify the function template type
2. Yes, the compiler can find out automatically which data type has to instantiate
from the return type of the function template
3. Yes, in this case the compiler can find out automatically which data type it
has to instantiate from the generic type T that is used as a parameter for
FetchMax