ocr: The macro getc()reads a character irom the file pointed to by ifp and assigns the value to C.Ifthe value of C is not EOF, then putco) is used to write C into the file pointed to by ofp.If cis a newline character, another newline character is written process continues repeatedly untill an EOF: is encountered. The macro getc0and putc0are defined in stdio.h.