Share Email Facebook Twitter LinkedIn AcFILE::fclose C++ int fclose(); Description Closes the file currently associated with 'this' object. Returns 0 if the file is successfully closed, or EOF to indicate an error. LinksAcFILE