【单选题】【消耗次数:1】
在函数定义的参数表中,也可以使用函数参数,假定一个函数参数说明为int ff(int),则等价的函数指针说明为( )。
int *ff(int)
int ff
int *ff
int (*ff)(int)
参考答案:
复制
纠错
相关题目
【单选题】 在函数定义的参数表中,也可以使用函数参数,假定一个函数参数说明为int ff(int),则等价的函数指针说明为( )。
①  int *ff(int)
②  int ff
③  int *ff
④  int (*ff)(int)
【单选题】 假定一个函数的参数说明为const int a,则在函数体中执行( )操作非法。
①  printf(“%d”,a)
②  a==0
③  int x=a
④  a=10
【单选题】 假定一个函数的参数说明为const int a,则在函数体中执行( )操作非法。
①  printf(“%d”,a)
②  a==0
③  int x=a
④  a=10
【单选题】 假定一个函数的参数说明为const int* a,则在函数体中执行( )操作非法。
①  printf(“%d”,*a)
②  a==NULL
③  *a=20
④  a=NULL
【单选题】 假定一个函数的参数说明为const int* a,则在函数体中执行( )操作非法。
①  printf(“%d”,*a)
②  a==NULL
③  *a=20
④  a=NULL
【单选题】 假定一个函数的数组参数说明为char a[],则与之等价的指针参数说明为( )。
①  char
②  char* a
③  char a
④  char** a
【单选题】 假定一个函数的数组参数说明为char a[],则与之等价的指针参数说明为( )。
①  char
②  char* a
③  char& a
④  char** a
【单选题】 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);
【单选题】 下列语句中,将函数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);
随机题目
【判断题】 不定方程xx+yy=zz没有整数解.
①  正确
②  错误
【判断题】 不定方程的解可能是不唯一的.
①  正确
②  错误
【简答题】 以(199,0)为圆心,以199为半径的圆周上的整点的个数为[填空]个.
【填空题】 二元一次不定方程的一般形式是[填空1].
【简答题】 不定方程37x+107y=25的整数解是[填空].
【简答题】 不定方程7x+19y=213的正整数解为[填空].
【单选题】 被2, 3,5除的余数分别是1,2,3的整数可以是[填空].
①  19
②  21
③  23
【判断题】 x0=-5,y0=5是3x+6y=15的一个解.
①  正确
②  错误
【判断题】 不定方程一定有解.
①  正确
②  错误
【简答题】 不定方程xx+yy=xxyyy的整数解为[填空].