首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有以下程序: #include<stdio.h> int fun(int x,int y) { if(x!=y)return((x+y)/2); else return(x); } main( ) { int a=4,b=5,c=6; printf(″%d
有以下程序: #include<stdio.h> int fun(int x,int y) { if(x!=y)return((x+y)/2); else return(x); } main( ) { int a=4,b=5,c=6; printf(″%d
admin
2019-04-14
35
问题
有以下程序:
#include<stdio.h>
int fun(int x,int y)
{
if(x!=y)return((x+y)/2);
else return(x);
}
main( )
{
int a=4,b=5,c=6;
printf(″%d\n″,fun(2*a,fun(b,c)));
}
程序运行后的输出结果是( )。
选项
A、3
B、6
C、8
D、12
答案
B
解析
考查函数的调用。输出结果为fun(2*a,fun(b,c))=fun(8,5)=6,答案选B。
转载请注明原文地址:https://kaotiyun.com/show/u9Rp777K
本试题收录于:
二级C语言题库NCRE全国计算机二级分类
0
二级C语言
NCRE全国计算机二级
相关试题推荐
以下程序段给数组所有的元素输入数据,请选择正确答案填入。#include<stdio.h>main(){inta[10]=0;while(i<10)scan("%d
有以下程序#include#includeStructA{inta;charb[10];doublec;};structAf(structAt);main(){stru
在关系数据库中,用来表示实体之间联系的是______。
设有以下语句:charstr1[]="string",str2[8],*str3,*str4=="string;则______不是对库函数的正确调用。
若有以下定义和语句:() ints[4][5](*ps)[5]; ps=s; 则对s数组元素的正确引用形式是
有以下程序:main(){chara1=’M’,a2=’m’;printf("%c\n",(a1,a2));}以下叙述中正确的是()。
数据存储和数据流都是__________,仅仅是所处的状态不同。
下列叙述中,不属于软件需求规格说明书的作用的是
以下函数用于求出一个2×4矩阵中的最大元素值。max_value(arr)intarr[][4];{inti,j,max;max=arr[O][0];for(i=0;i<2;i++)
下面选项中合法的字符常量是()。
随机试题
Whilestillinitsearlystages,welfarereformhasalreadybeenjudgedagreatsuccessinmanystates—atleastingettingpeo
下列各项中,可用于高压蒸气法灭菌的物品有
环境影响登记表的内容包括()
下列关于“文件控制”的说法,错误的是()。
设计教学过程实质上指的就是设计教案。()
注:从2012年起,城市环境基础设施建设投资中不仅包括城市的环境基础设施建设投资,还包括县城的相关投资,下同。以下说法可以从资料中推出的是()。
HowoldisKatie?
FootracingisapopularactivityintheUnitedStates.It’snotonlyseenasacompetitivesport,butalsoasawaytoexercise,
Well,therewasamanhereoncebythenameofJimSmiley,inthewinterof1849—ormaybeitwasthespringof1850.Anyway,he
FittobePresidentAreyoufittobePresidentoftheUnitedStates?Physicalfitnessisnotarequirement,butitcouldbe
最新回复
(
0
)