what will be the result of the following
float a = 5.0;
Answers
Answered by
2
Answer:
if we print float values then it will print floating values only 5.0
Answered by
2
Answer:
5.0f will be the output when you include this statement in your program and the decimals after the point will be specified by using format specifier.
Similar questions