String Input and Output

String I/O includes fgets(), fputs()functions. Those functions we are going to discuss in this blog. fputs() This function is used to write any string into a file. After writing any string (or reading), the pointer will point to the next location. Below is the syntax for fputs function. fputs(“<string that we want to write>”,<file pointer…