题目内容

若有定义int a[5],*p=a;,则对a数组元素地址的正确引用是()。

A. &a[5]
B. p+2
C. a++
D. 不一定

查看答案
更多问题

设有以下定义的语句:int a[3][2]={10,20,30,40,50,60}, (*p)[2];p=a;则 *(*(p+2)+1)值为________________。

请将以下程序中的函数声明语句补充完整int _________;void main ( ){ int x=5, y=8,*p1,*p2;p1=&x,p2=&y;printf("%d\n", max(*p1,*p2));}int max(int a, int b){ return (a>b?a:b); }

___ along the street,and then turn right.

Where ___ the library?-It's ___ the right.

答案查题题库