double d=4.669;
printf("My number is %.2f.",d);
what is the output of this code?
Answers
Answered by
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