Computer Science, asked by keertivasana9, 5 hours ago

what is format specifier of string?​

Answers

Answered by sitaladhikari845
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 mitalipatidar
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