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
Which statement about these floating-point declarations is correct?
float f = 0.1; double d = 0.1f;