Computer Science, asked by 6698, 1 month ago

what will be the result of the following

float a = 5.0​;

Answers

Answered by anuhyaarumalla
2

Answer:

if we print float values then it will print floating values only 5.0

Answered by sruthi1432
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