File open operation returns a file description as
Answers
Answered by
0
The fopen() function shall open the file whose pathname is the string pointed to by filename, and associates a stream with it. The mode argument points to a string.
Similar questions