问题描述:
[单选]
以下程序运行后,输出结果为()。 main(){ int a[2][3]={1,3,5,7,9,11},*s[2],**pp,*p: s[0]=a[0],s[1]=a[1]; pp=s; p=(int*)malloc(sizeof(int(); **pp=s[1][1]; p=*pp; printf("%d\n",*p); }
A.1
B.7
C.9
D.11
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.29)
- 热门题目: 1.设有以下说明,则不正确的叙述 2.以下是while语句的基本形 3.设有如下关系表: [*]
