|
网站首页
|
业界新闻
|
小组
|
威客
|
人才
|
下载频道
|
博客
|
代码贴
|
在线编程
|
编程论坛
|
登录
注册
短消息
我发表的主题
我参与的主题
我收藏的贴子
我上传的附件
我下过的附件
编辑个人资料
我的博客
用户控制面板
搜索
道具
恢复默认风格
碧海青天
秋意盎然
棕红预览
粉色回忆
蓝雅绿
紫色淡雅
青青河草
e点小镇
橘子红了
红红夜思
水晶紫色
雪花飘飘
新年快乐
风格
短消息
论坛展区
帮助
编程论坛
→
开发语言
→
『 C语言论坛 』
→ [求助]请问怎么用指针变量输入数组??
我的收件箱(0)
欢迎加入我们,一同切磋技术
用户名:
密 码:
共有
761
人关注过本帖
标题:
[求助]请问怎么用指针变量输入数组??
只看楼主
加入收藏
游戏而已
等 级:
新手上路
帖 子:15
专家分:0
注 册:2005-3-19
楼主
收藏
问题点数:0 回复次数:2
[求助]请问怎么用指针变量输入数组??
例如:
main()
{
int i,a[10],*p;
p=a;
/* 这里使指针变量p指向a[0],也就是指针变量p存放的是数组a[0]的地址值
*/
/* 那么*p 表示 a[0]的值 */
for(i=0;i<10;i++)
scanf("%d",p++);
/* 要输入 为什么是p 而不是 *p ??????
*/
}
[此贴子已经被作者于2005-9-1 17:38:07编辑过]
搜索更多相关主题的帖子:
变量
指针
输入
2005-09-01 17:20
举报帖子
使用道具
赠送鲜花
ChenMo
等 级:
版主
威 望:
3
帖 子:481
专家分:10
注 册:2004-4-8
第
2
楼
收藏
得分:0
scanf 函数指定该参数列表提供的是地址。
程序中使用的 i 没有被声明。
欢迎加入 MVC 技术讨论群(新群:90093426)
2005-09-01 17:28
举报帖子
使用道具
赠送鲜花
游戏而已
等 级:
新手上路
帖 子:15
专家分:0
注 册:2005-3-19
第
3
楼
收藏
得分:0
哦。。明白了。。谢谢啊
/in.asp?id=ncliang" target="_blank">
/p/2005/0723/2389/b_15B366214465147B.jpg" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://photo./p/2005/0723/2389/b_15B366214465147B.jpg');}" onmousewheel="return imgzoom(this);" alt="" />
/msgrd?V=1&Uin=5941998" target="_blank">
/12_offline.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://wpslogo./12_offline.gif');}" onmousewheel="return imgzoom(this);" alt="" />
2005-09-01 17:37
举报帖子
使用道具
赠送鲜花
3
1/1页
1
快速回复:
[求助]请问怎么用指针变量输入数组??
数据加载中...
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.016088 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved