Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyC++fundamental types and autoSingle-choice MCQ

What is the deduced type of `x` here?

auto x = 3.14; auto y = 42;