Practice Test Geeks home

CPP Modern C++ Features (C++17/20) 2

What does the C++17 structured binding `auto [x, y] = std::make_pair(1, 2.0);` deduce for `x` and `y`?

Select your answer