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

Which statement about `auto` deduction with brace initialization is correct?

auto a = {1, 2, 3}; auto b{42};