Quiz
We'll cover the following...
We'll cover the following...
Technical 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);
1 / 3