2009年9月二级C语言真题(11)

发布时间:2021-06-06

2009年9月二级C语言真题

#include <stdio.h>

main()

{ int a=1,b=7;

do {

b=b/2;a+=b;

} while (b>1);

printf(“%d\n”,a);}

(10)有以下程序

#include <stdio.h>

main()

{ int f,f1,f2,i;

f1=0;f2=1;

printf(“%d %d”,f1,f2);

for(i=3;i<=5;i++)

{ f=f1+f2; printf(“%d”,f);

f1=f2; f2=f;

}

printf(“\n”);

}

程序运行后的输出结果是【10】。

(11)有以下程序

#include <stdio.h>

int a=5;

void fun(int b)

{ int a=10;

a+=b;printf(“%d”,a);

}

main()

{ int c=20;

fun(c);a+=c;printf(“%d\n”,a);

}

程序运行后的输出结果是【11】。

(12)设有定义:

struct person

{ int ID;char name[12];}p;

请将scanf(“%d”, 【12】);语句补充完整,使其能够为结构体变量p的成员ID正确读入数据。

(13)有以下程序

2009年9月二级C语言真题(11).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219