Categories News Review Format Specifiers in C – GeeksforGeeks Post author By Mike Nova Post date July 18, 2025 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.