Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumC++type traits librarySingle-choice MCQ

What is the type of result, and why?

using R = std::common_type_t<int, long>; R result = 0;