首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
下面程序的输出结果是【 】。 #include<iostream.h> int add(int a, int b); void main() { extern int x, y; cout<<add(x, y)<<end1; } int x(20),y(
下面程序的输出结果是【 】。 #include<iostream.h> int add(int a, int b); void main() { extern int x, y; cout<<add(x, y)<<end1; } int x(20),y(
admin
2013-05-30
22
问题
下面程序的输出结果是【 】。
#include<iostream.h>
int add(int a, int b);
void main()
{
extern int x, y;
cout<<add(x, y)<<end1;
}
int x(20),y(5);
int add(int a, int b)
{
int s=a+ b;
return s;
}
选项
答案
25
解析
转载请注明原文地址:https://kaotiyun.com/show/rnNp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
在进行了任何C++流的操作后,都可以用C++流的有关成员函数检测流的状态;其中只能用于检测输入操作的函数的函数名是()。
有如下的运算符重载函数定义:doubleoperator+(inti,intk){returndouble(i+k);}但定义有错误,对这个错误最准确的描述是()。
下面程序的输出结果为【】。#include<iostream.h>f(inta){intb=0;staticintc=3;b++;c++;return(a+b+c);}voidmain(){inta=2,i;
下面程序的输出结果是()。#include<iostream>usingnamespacestd;voidmain(){inta=18;int*p=&a;cou
有如下程序:#include<iostream>usingnamespacestd;intfun(inta,intb){return(++a*b++);}voidmain(){
需求分析阶段的任务是确定()。
软件开发模型包括()。Ⅰ瀑布模型Ⅱ扇形模型Ⅲ快速原型法模型Ⅳ螺旋模型
软件危机出现于20世纪60年代末,为了解决软件危机,人们提出用【】的原理来设计软件,这就是软件工程诞生的基础。
随机试题
预防产后出血下列护理措施正确的是
消毒的种类包括
体现“阴中求阳”方义的方剂是
某悬臂梁受力情况如下,其B点处的弯矩数值大小为()。
美的情怀首先是以真为前提的,要表露本心,要求内心世界与外在表现的一致性。虚情假意与情真意切、__________与真心实意永远水火不容、__________。填入划横线部分最恰当的一项是()。
简述感觉剥夺实验以及感觉对人的正常心理活动的重要意义。
Equipmentnot______officialsafetystandardshasallbeenremovedfromtheworkshop.
In1798thepoliticaleconomistMalthuspredictedthatintimemankindwouldfacestarvation,havingoutgrowntheavailablefood
Thegroundwatersystemissimilartoariversystem.Therefore,insteadofhavingchannelsthat【M1】______connectdifferentpar
Forthispart,youareallowed30minutestowritealetter.Youshouldwriteatleast120wordsfollowingtheoutlinegivenbel
最新回复
(
0
)