Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyC++fundamental types and autoSingle-choice MCQ

Which statement about these floating-point declarations is correct?

float f = 0.1; double d = 0.1f;