【单选题】【消耗次数:1】
下列关于函数的声明中,正确的有()。
void play(a:Int,b:Int )
void play(int a,int b )
int play(int a,b )
int play(int ,int )
参考答案:
复制
纠错
相关题目
【单选题】 有说明语句int b[4][5];void fun(int*,int n);调用函数的正确语句是()
①  fun(b,20);
②  fun(b[0],20);
③  fun(b[0][0],20);
④  fun(b,20);
【单选题】 设函数void swap(int,int)将交换两形参的值,如两整型变量int a=10;int b=15;则执行swap(a,b)后,a、b值分别为( )
①  10,10
②  10,15
③  15,10
④  15,15
【单选题】 int Func(int,int);不可与下列哪个函数构成重载( )
①  int Func(int,int,int);
②  double Func(int,int);
③  double Func(double,double);
④  double Func(int,double);
【单选题】 int Func(int,int);不可与下列哪个函数构成重载( )
①  int Func(int,int,int);
②  double Func(int,int);
③  double Func(double,double);
④  double Func(int,double);
【单选题】 设函数void swap(int&,int&)将交换两形参的值,如两整型变量int a=10;int b=15;则执行swap(a,b)后,a、b值分别为( )
①  10,10
②  10,15
③  15,10
④  15,15
【单选题】 下列语句中,将函数int sum(int x, int y)正确重载的是( )。
①  float sum(int x, int y);
②  int sum(int a, int b);
③  float sum(float x, float y);
④  double sum(int y, int x);
【单选题】 下列语句中,将函数int sum(int x, int y)正确重载的是( )。
①  float sum(int x, int y);
②  int sum(int a, int b);
③  float sum(float x, float y);
④  double sum(int y, int x);
【单选题】 考虑下面的函数原型声明:void testDefaulParam(int a,int b=7,char z=*下面函数调用中,不合法的是( )。
①  testDefaulParam(5);
②  testDefaulParam(5,8);
③  testDefaulParam(5,#
④  testDefaulParam(0,0,*
【单选题】 考虑下面的函数原型声明:void testDefaulParam(int a,int b=7,char z=*);下面函数调用中,不合法的是( )。
①  testDefaulParam(5);
②  testDefaulParam(5,8);
③  testDefaulParam(5,#);
④  testDefaulParam(0,0,*);
【单选题】 以下程序的输出结果是() int a, b; void fun( ) { a=100; b=200; } main( ) { int a=100, b=100; fun( ); printf(%d%d \n, a,b); }
①  100200
②  100100
③  200100
④  200200
【单选题】 有以下程序,程序执行后的输出结果是( ) #include int fun(int x [ ],int n) { static int sum=0,i; for(i=0; i{ sum+=x[i]; } return sum; } void main( ) { int a[ ]={1,2,3,4,5}; int b[ ]={6,7,8,9},s=0; s=fun(a,5)+fun(b,4); printf(%d\n,s); }
①  45
②  50
③  60
④  66
随机题目
【单选题】 It is in the afternoon _______ he got the bad news.
①  when
②  where
③  that
④  how
【单选题】 Smartphone makes it simple ________us ________take a photo.
①  for…by
②  for…to
③  to…to
④  to....on
【单选题】 _________weve no money, we cant buy it.
①  Since
②  Because of
③  Therefore
④  with
【判断题】 判断句子翻译是否正确Travelling at home and abroad has now become convenient and affordable. 家里的和国外的旅游现在已经变得方便和负担得起。
①  正确
②  错误
【判断题】 判断句子翻译是否正确Generally speaking, the languageused in public speaking is formal in style, clear and vivid in tone and persuasive in purpose.一般来说,公共演讲中所用的语言文体正式,惟妙惟肖,具有说服力。
①  正确
②  错误
【判断题】 判断句子翻译是否正确Ones health should never be sacrificed for a need to work hard. 人永远不该为了努力工作的需要而牺牲身体健康。
①  正确
②  错误
【判断题】 判断句子翻译是否正确Knowing when and how to relax should be a part of well-balanced lifestyle. 知道何时放松和怎样放松应该成为均衡生活的一部分。
①  正确
②  错误
【判断题】 判断句子翻译是否正确Exercising helps relax your body and has been shown to relieve mental stress as well.锻炼帮助身体松懈并且已经被展示来减轻脑力压力。
①  正确
②  错误
【单选题】 戊戌政变后,慈禧太后重新“垂帘听政”的名义是()
①  “军政”
②  “宪政”
③  “亲政”
④  “训政”
【单选题】 到()的订立为止,庞杂的不平等条约体系已宣告中国半殖民地社会的完全形成。
①  《天津条约》
②  《北京条约》
③  《马关条约》
④  《辛丑条约》