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)
Which one of the following is correct syntax for opening a file.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which one of the following is correct syntax for opening a file.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!