标题:structure pointer question????
取消只看楼主
论坛
Rank: 3Rank: 3
等 级:新手上路
威 望:6
帖 子:1372
专家分:0
注 册:2006-3-27
 问题点数:0 回复次数:0 
structure pointer question????
#include <stdlib.h>
#include <stdio.h>

struct A {
int a;
};

int
main(void)
{
struct A *ptr;

ptr->a = 10;
printf("fa.\n");
printf("ptr->a = %d\n", ptr->a);

exit(0);
}
缺陷是什么呢?没有空间?
搜索更多相关主题的帖子: structure pointer question 
2006-09-22 18:51



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-92214-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.133700 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved