91) To print out a and b given below, which printf() statement would you use?
float a = 3.14;
double b = 3.14;
Answer is:
printf("%f%f",a,b);
Related C Programming MCQ with Answers
Answer is:
Rounding takes place
Answer is:
sqrt((double)i)
Answer is: