Q. What is the correct format specifier for printing a float value?
β
Correct Answer: (A)
%f
Explanation: %f is used to print float and double values.