74. auto Keyword

Question.1

A developer writes:

auto x = 10;
auto y = 3.14f;
auto z = x + y;

What types are deduced?

Need Help? Refer to the Quick Guide below

Select Answer