Which of the following file-type arguments is used in fopen() library function to open a new file for both reading and writing, code example
Example: fopen c
FILE *fopen(const char *filename, const char *mode)
FILE *fopen(const char *filename, const char *mode)