Computer Science, asked by mohanashyam9370, 1 year ago

State the use of fopen() function.

Answers

Answered by vaibhavrock4
0
fopen() function is used to open a file to perform operations such as reading, writing etc. In a C program, we declare a file pointer and use fopen() as below.fopen() function creates a new file if the mentioned file name does not exist.
Similar questions