Q. Which format specifier is used to print a float? (A) %c (B) %d (C) %s (D) %f ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) %f Explanation: %f is used to print floating-point numbers.