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

What type does `auto` deduce for `x` here?

auto x = 5; auto y = 5.0;