Re: why do the following crash
- From: Ed Prochak <edprochak@xxxxxxxxx>
- Date: Mon, 31 Mar 2008 07:05:51 -0700 (PDT)
On Mar 31, 8:56 am, Richard <de...@xxxxxxxxx> wrote:
Philip Potter <p...@xxxxxxxxxxxx> writes:
parag_p...@xxxxxxxxxxx wrote:
File1.c
int arr[80];
File2.c
extern int *arr;
int main()
{
arr[1] = 100;
return 0;
}
Did you read the FAQ? You have just asked question 6.1, and if you go
tohttp://c-faq.com/you will get your answer.
Philip
Will you be replying to every question here with a pointer to the FAQ?
Why shouldn't he, if the question really is a FAQ?
If so possibly you would like to just automate your replies?
Are you offering to do it? While the scope of the problem is more
limited, the problem of interpreting human language automatically
appears to be intractable.
Hint : not every programmer that comes here can memorise the entire FAQ
nor can they always find the necessary section of the FAQ.
The FAQ is a nice reference. No one is expected to memorize it but it
would do good to read it once in a while. (I think I am due for a
refresher.)
Ed
.
- Follow-Ups:
- Re: why do the following crash
- From: Richard
- Re: why do the following crash
- References:
- why do the following crash
- From: parag_paul@xxxxxxxxxxx
- Re: why do the following crash
- From: Philip Potter
- Re: why do the following crash
- From: Richard
- why do the following crash
- Prev by Date: Re: why do the following crash
- Next by Date: Re: why do the following crash
- Previous by thread: Re: why do the following crash
- Next by thread: Re: why do the following crash
- Index(es):
Relevant Pages
|