Categories
News Review

Format Specifiers in C – GeeksforGeeks

Examples of C Format Specifiers 1. Character Format Specifier – %c in C The %c is the format specifier for the char data type in C language. It can be used for both formatted input and formatted output in C language.