Consider the following lines of code:
FILE *fp = fopen("another_file.txt", "w");
fprintf(fp, "Hello!\n");
What happens here if another_file.txt already exists?
Consider the following lines of code: FILE *fp = fopen("another_file.txt", "w"); fprintf(fp, "Hello!\n"); What happens h
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Consider the following lines of code: FILE *fp = fopen("another_file.txt", "w"); fprintf(fp, "Hello!\n"); What happens h
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!