Write getstring () and putstring () functions. The first function should use a file pointer, say ifp, and the macro getc () to read a string from the file pointed to by ifp. The second function should use a file pointer, say ofp, and the macro putc() to write a string to the file pointed to by ofp. Write a program to test your functions.