Q. Which is the correct format specifier for double type value in C?
β
Correct Answer: (C)
%lf
Explanation: The %lf is used to represent a double type value in C programming language.