Computer Science, asked by haritha13400, 7 months ago

how to convert the value 98.5 to 98.50 and 98.45 into as same as 98.45 in c language

Answers

Answered by mohammads
0

Answer:

while printing the number limit the number of decimal places by

printf("%2l",n);

Where is the number in float

Explanation:

Similar questions