#include int main() { FILE *fp1; fp1=fopen("f1.txt","w"); if (fp1 == NULL) { printf("cannot open the file."); exit(0); } fprintf(fp1,"abc"); fclose(fp1); return 0; } A、abc B、good C、goodabc D、abcgood
Enter your email, and we’ll send you a link to reset your password. Email address Email addressSend reset linkVerifying Account
Enter your email, and we’ll send you a link to reset your password. Email address Email addressSend reset linkVerifying Account
Enter your email, and we’ll send you a link to reset your password. Email address Email addressSend reset linkVerifying Account