Solved

Consider the Following Line of C++ Code

Question 48

Essay

Consider the following line of C++ code:
float g = 2.0f, h = 4.4f, i = 12.8f, floatResult;
What is the purpose of the lowercase f's (e.g. 2.0 f )?

Correct Answer:

verifed

Verified

The lowercase f's following the double c...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions