当前位置: 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(&vl,&v2);  f(&vl,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);  

热门试题

更多