Solved

C++11 Enables You to Define Functions and Constructors That Receive

Question 29

Multiple Choice

C++11 enables you to define functions and constructors that receive list initializers as arguments. To do so, you specify a parameter that uses the ________ class template.


A) list_initializer
B) initializer
C) list
D) initializer_list

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions