单项选择题有以下程序: #include <string.h> main() char str[][20]= Hello , Beijing *p=str; printf( % n ,strlen(p+20)); 程序运行后的输出结果是
单项选择题有如下程序 #include <stdio.h> main() FILE *fp1; fp1;fopen( f1. txt , w ); fprintf(fpl, abc ) fclose(fpl); 若文本文件f1.txt中原有内容为:good,则运行以上:程序后文件f1.Mt中的内容为