Computer Science, asked by nandhare154, 2 months ago

Give the syntax and use of fclose() function​

Answers

Answered by tanuaarav954
0

Answer:

Declaration: int fclose(FILE *fp); fclose() function closes the file that is being pointed by file pointer fp. In a C program, we close a file as below. gets functions is used to read the string (sequence of characters) from keyboard input.

Similar questions