Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
C++
medium
C++
type traits library
Single-choice MCQ
What is the type of result, and why?
using R = std::common_type_t<int, long>; R result = 0;