首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有以下程序: #include<stdio.h> main() {FILE*fp;int a[10]={1,2,3},i,n; fp=fopen("d1.dat","w"); for(i=0;i<3;i++)fprintf(f
有以下程序: #include<stdio.h> main() {FILE*fp;int a[10]={1,2,3},i,n; fp=fopen("d1.dat","w"); for(i=0;i<3;i++)fprintf(f
admin
2013-02-23
26
问题
有以下程序: #include<stdio.h> main() {FILE*fp;int a[10]={1,2,3},i,n; fp=fopen("d1.dat","w"); for(i=0;i<3;i++)fprintf(fp,"%d",a
); fprintf(fp,"\n"); fclose(fp); fp=fopen("d1.dat","r"); fscanf(fp,"%d",&n); fclose(fp); printf("%d\n",n); 程序的运行结果是( )。
选项
A、12300
B、123
C、1
D、321
答案
B
解析
转载请注明原文地址:https://jikaoti.com/ti/Q7B0FFFM
本试题收录于:
二级C语言题库NCRE全国计算机二级分类
0
二级C语言
NCRE全国计算机二级
相关试题推荐
若有程序fun(inta,intb){staticintc=0;c+=a+b;returmc;}main(){intx=5,y=3,z=7,r;r=fun((y,x+y),z);r=fun
SQL语言又称为______。
已有定义inta=-2;和输出语句printf("%81x",a);以下正确的叙述是()。
程序中若有如下说明和定义语句 char fun(char*); main() { char*s="one",a[5]={0},(*f1)()=fun,ch; ..... } 以下选项中对函数Fun的正确调用语句是
已有定义:char a[]="xyz",b[]={’x’,’y’,’z’};,以下叙述中正确的是 ______。
有以下程序: main() {int m,n,p; scanf("m=%dn=%dp=%d",&m,&n,&p); printf("%d%d%\n",m,n,p); } 若想从键盘上输入数据,使变量m中的值为123,n中
数据流图用于抽象描述一个软件的逻辑模型,数据流图由一些特定的图符构成。下列图符名标识的图符不属于数据流图合法图符的是()
若有下面的说明和定义,则sizeof(structaa)的值是______。structaa{intr1;doubler2;floatr3;unionuu{charu1[5];longu2[2]}
若有下面的说明和定义,则sizeof(structaA)的值是()struetaa{intr1;doubler2floatr3;unionuu{charu1[5];lon
随机试题
组合夹具中各种规格的方形、矩形、圆形基础板和基础角铁等,称为__________。
儒家的思想核心是
下列不属于真溶液型液体药剂的有()
鉴别胸膜摩擦音与心包摩擦音最关键的是()。
关于杠杆租赁,下列表述正确的是()。
概念的运用水平包括_________和思维水平。
报纸:新闻:时效
Wheredoesthisinterviewtakeplace?
Inthissection,youwillbegivenalongpassage.Pleasereadthepassageandwritea150-wordabstractandfivekeywordsfori
SpeakerA:Iwishyouwouldn’thaveyourTVsoloud.SpeakerB:_____
最新回复
(
0
)