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 type does `auto` deduce for `x` here?
auto x = 5; auto y = 5.0;