Respuesta :

oyejam

Answer:

fwrite() function

Explanation:

fwrite() function is a C programming function used to write to an open file. It writes the contents of string to the file stream pointed to by handle. It consists of Parameters such as handle, string and length and returns the number of bytes written, or FALSE on failure

ACCESS MORE