The putc macro writes a single character to a specified file. Format #include <stdio.h> int putc (int character, FILE *file_ptr);