注意:此页面搜索的是所有试题
假定一个函数的数组参数说明为char a[],与之等价的指针参数说明为( )。B
A. char a B. char* a C. char& a D. char**a

参考答案