Computer Science, asked by gaganav1219, 7 months ago

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

Answers

Answered by kangarooboii
1

Answer:

9.338/error

Explanation:

as u double d

but if u type in the exact code the answer would be  error

Similar questions