Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
C++
easy
C++
fundamental types and auto
Single-choice MCQ
What is the deduced type of `x` here?
auto x = 3.14; auto y = 42;