what is format specifier of string?
Answers
Answered by
1
The Format specifier is a string used in the formatted input and output functions. The format string determines the format of the input and output. The format string always starts with a '%' character. The commonly used format specifiers in printf() function are: Format specifier.
PLEASE MARK ME AS BRAINLISTS
Answered by
1
Answer:
Format specifier is a single alphabetic character that specifies the type of number format, for example, currency or percent. Any numeric format string that contains more than one alphabetic character, including white space, is interpreted as a custom numeric format string.
Similar questions