Q. Which format specifier is used to print a float?
β
Correct Answer: (D)
%f
Explanation: %f is used to print floating-point numbers.