Quiz

1

What statement can not be used to deduce parameters Template?

A)
std::tuple t(1, 2, 3); 
B)
std::tuple<int,int,int> t(1, 2, 3); 
C)
std::tuple<char,char> t(a, b, c); 
D)
std::tuple t(x,y,z);
Question 1 of 30 attempted

Get hands-on with 1200+ tech skills courses.