时间:2012-10-01 18:11:19
fp=fopen("d1.dat","r");
fscanf(fp,"%d",&n);
fclose(fp);
printf("%dn",n);
}
程序的运行结果是
&n
电脑版 | 手机版 | 返回顶部