Examveda

Which one of the following is correct syntax for opening a file.

A. FILE *fopen(const *filename, const char *mode)

B. FILE *fopen(const *filename)

C. FILE *open(const *filename, const char *mode)

D. FILE open(const*filename)

Answer: Option A


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output