题目内容
有以下程序:#includemain(){int array[]={1,2,3,4,5,6,7};int i, j, *pointer1, *pointer2;pointer1=&array[1];pointer2=&array[5];i=*pointer1 * *pointer2;j=*(pointer1+2)+*(pointer2+1);printf("%d,%d\n",i,j); }程序执行后的输出结果是()。
查看答案
搜索结果不匹配?点我反馈