• 2022-05-27
    以下程序的功能是()。#includestdio.hintmain(void){FILE*fp;charstr[]=”hello”;fp=fopen(“prn.txt”,”w”);fprintf(fp,”%s”,str);fclose(fp);return0;}