当前位置: X题卡 > 所有题目 > 题目详情

已知函数f的原型是void f(int *a,long&B) ;,变量v1、v2的定义是: int v1:long v2: 下列调用语句中正确的是

查看本题答案

你可能感兴趣的试题

void f(int a=1,int b=1)  int f(double f,char s,int i=1,intj)  void f(int a, intb)  int f(double f,char s,int i=1,int j=0)  
void f1(int x);  void f2(int*x);  void f3(const int*x);  void f4(int&x);  
f(v1,&v2);  f(v1,v2);  f(&vl,&v2);  f(&vl,v2);  
f(v1,&v2);  f(v1,v2);  f(&v1,&v2);  f(&1,v2);  
void f1(int x);  void f2(int*x);  void f3(const int*x);  void f4(int&x);  
f(v1,& v2);  f(v1,v2);  f(& v1,v2);  f(&v1,&v2);  
void f(int a=1,int b=1)  int f(double f,char s,int i=1,int  void f(int a, int  int f(double f,char s,int i=1,int j=0)  
void f1(int x);  void f2(int*x);  void B(const int*x);  void f4(int&x);  
f(v1,& v2);  f(v1,v2);  f(&v1,v2);  f(&v1,&v2);  
void f1(int a);  void f2(int *a);  void f3(const int *a);  void f4(int &a);  
f(V1,&V2);  f(v1,v2);  f(&v1,v2);  f(&v1,&v2);  
f(V1,&V2);  f(v1,v2);  f(&v1,v2);  f(&v1,&v2);  

热门试题

更多