C language close() function: used to close the file opened by the open() function
C language close() function: used to close the file opened by the open() function Function name: close header file: <io.h> Function prototype: intclose(inthandle); Function: used to close the file opened by the open() function Opened file pa
2024-11-13