89) What is the correct way to round offx, a float, to an int value?
Answer is:
y=(int)(x+0.5)
Related C Programming MCQ with Answers
Answer is:
printf("%f%f",a,b);
Answer is:
Rounding takes place
Answer is: