control string for double
Answers
Answered by
2
Answer:
Whether to print formatted output or to take formatted input we need format specifiers. Format specifiers are also called as format string.
...
List of all format specifiers in C programming.
Format specifier Description Supported data types
%l or %ld or %li Signed Integer long
%lf Floating point double
%Lf Floating point long doubl
Answered by
0
Answer:
Whether to print formatted output or to take formatted input we need format specifiers. Format specifiers are also called as format string.
...
List of all format specifiers in C programming.
Format specifier Description Supported data types
%l or %ld or %li Signed Integer long
%lf Floating point double
%Lf Floating point long doubl
Explanation:
Similar questions