Q. Which of the following format specifier is used to print a float in C? (A) %d (B) %f (C) %c (D) %s ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) %f Explanation: %f is used to print float and double values.