Computer Science, asked by mahnurislam096, 8 months ago

What is the output of the following code?
double d = 4.669;
printf("My number is %.2f.",d);

Answers

Answered by saidulnayan781
1

Answer:

My number is 4.67.

Explanation:

Similar questions