在线急等,c++高手来!!! 已知:int a[5],*p=a;则p 指向数组元素是____[1]____ 。

如题所述

第1个回答  2011-05-03
a[0]追问

有以下定义和语句int a[3][2]={1,2,3,4,5,6,},*p[3]; p[0]=a[1]; 则输出*(p[0]+1)的值为____[1]____ 。
xiele

本回答被网友采纳
第2个回答  2011-05-03
a[0]
第3个回答  2011-05-03
不知道这里填什么,不过我知道p指向的是a数组的首元素。
第4个回答  2011-05-03
坑爹么,这不是。。
第5个回答  2011-05-03
a[0]

急急急 C++考试,老师说了题目·叫我们找答案,麻烦各位网友帮忙完成下...
void inverse(int *a,int n){int i,j=n-1,m;for(i=0;i<n\/2;i++){m=a[i];a[i]=a[j];a[j]=m;j--;}}

急急急!C++求一段数组的中间值。
include<iostream>using namespace std;int MidValue(int a, int b, int c, int d, int e){ int num[5]; num[0] = a;num[1] = b;num[2] = c;num[3] = d;num[4] = e; for(int i=0; i<5; i++) { for(int j=i; j<5; j++) { if(num[...

c语言 求一维数组a中所有元素的平均值。 急 在线等。 拜托拜托
int a[5] = {1,2,3,4,5} int sum = 0;double average = 0;for(int i =0;i<a.size;i++){ sum+= a[i];} average=sum/(sizeof(a)/sizeof(double));printf("一维数组a中所有元素的平均值:%lf\n",average);...

在线急等高等数学!!! 1,设A为5阶反对称矩阵,证明|A|=0。 2,
|A|=|A'|=|-A|=(-1)^5×|A|=-|A|,所以|A|=0

@'::*'%*\/;'_* 在C++什么意思?求解!跪求!很急在线等!
class S{ std::string a; void clear();};void S::clear(){ a.clear();}*一指乘号,二指指针运算符,例子:int a=1,b=2,*c;c=&b;a=*c*b;cout<<a;%就是取模,例子:int a=9,b=4,c=a%b;cout<<c;\/指除号,注意:整数除以整数时会取整,例子:int a=5,b=2;...

...到大的顺序排序并挑出奇数 输出 在线等 很急!!!
struct node *next;};struct node *set(int n) \/\/建链表 { int i;struct node *p;struct node *head;cout<<"输入数据:";head=new(struct node);p=head;cin>>p->data;p->next=NULL;for(i=1;i<n;i++){ struct node *q=new(struct node);cin>>q->data;q->next=NULL;p->...

C++ 多个字符串输入
int main(){ char c;string str1,str2;cin>>str1;c=getchar();\/\/接收这个字符 if(c==' ')\/\/空格 { cin>>str2;cout<<str1;cout<<str2<<endl;} if(c == '\\n')\/\/回车 cout<<str1<<endl;return 0;} 不用getchar()你也可以这样 include <iostream> include <iomanip> include...

高手速来!!视频中是谁唱的什么歌?在线急等!!!
你们知道我的邻苯二酚试的flow 这就是R.A.W R.A.W You lookin at the grand wizard war lord vocal chord so vicious 你看大魔法师的战争在声乐曲调里作威作福如此邪恶 And I don’t have to show riches to pull up pull off with some bad 我没必要显耀我的财富去和一些坏婊子做 bitche...

数学的问题!急!急!在线等!
【例2】设a>0且a≠1,当x为何值时,不等式a2x2+1>ax2+2成立.分析 指数函数当底数大于1或者小于1且大于0时的性质%C http:\/\/219.226.9.43\/Resource\/GZ\/GZSX\/DGJC\/DS\/D1\/tbjx0065zw_01_0014.htm 参考资料:http:\/\/219.226.9.43\/Resource\/GZ\/GZSX\/DGJC\/DS\/D1\/tbjx0065zw_01_...

我的世界的全部指令
详情请查看视频回答

相似回答
大家正在搜