题目内容

What is the underlying goal of American education?

查看答案
更多问题

What’s the difference between the old universities and the new universities in America?

What’s your answer to the question — “How can one prepare today’s child for a tomorrow that one can neither predict nor understand?”?

若使用一维数组名作函数实参,则以下正确的说法是( )

A. 必须在主调函数中说明此数组的大小
B. 实参数组类型与形参数组类型可以不匹配
C. 在被调用函数中处理形参数组的大小
D. 实参数组名与形参数组名必须一致

若有变量定义“int a[5]={1,2,3,4,5}; int *p=a;”则下列不能引用数组第2个元素的是

A. a[1]
B. p[1]
C. *p+1
D. *(p+1)

答案查题题库